-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Generate code for v4 Fixed notFile in templates Fixed auth type Fixed tests Unit tests fixed Fixed tests Added exception test Code formatted Generate form content type changed to multipart Test fixed Regenerated after spec changed Added snippets placeholders Set image source snippets moved to github All snippets converted to python Added snippets run scripts Errors fixed Code changed after addition operationId to spec. Snippets and tests fixed Year and version updated * Snippets formated * Try to fix ci error * Fix * Added snippets tests requirement * Skip manual fetch token if there is no test configuration Unified name with github secret * Bug fix * Fixed snippet env configuration * Reformat * Reformat with python3.13 * README updated Code formated * Fix typo and cleanup Makefile --------- Co-authored-by: Denis Averin <[email protected]>
- Loading branch information
1 parent
bbcf9f6
commit 8a3e549
Showing
249 changed files
with
5,323 additions
and
18,728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ example.png | |
aspose_barcode_cloud.egg-info/ | ||
build/ | ||
dist/ | ||
snippets_test/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# flake8: noqa | ||
|
||
# import apis into api package | ||
from aspose_barcode_cloud.api.barcode_api import BarcodeApi | ||
from aspose_barcode_cloud.api.file_api import FileApi | ||
from aspose_barcode_cloud.api.folder_api import FolderApi | ||
from aspose_barcode_cloud.api.storage_api import StorageApi | ||
from aspose_barcode_cloud.api.generate_api import GenerateApi | ||
from aspose_barcode_cloud.api.recognize_api import RecognizeApi | ||
from aspose_barcode_cloud.api.scan_api import ScanApi |
Oops, something went wrong.