-
Notifications
You must be signed in to change notification settings - Fork 2
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 new v4.0 version Code and tests fixed Updated code after spec change Fixed tests Fixed tests Generate form content type changed to multipart Removed code for form-encoded content Regenerate after spec changed Fixed fetch token exception Bug fix Added snippets for set source and manual fetch token Recognition snippets added Added pom.xml snippet for documentation Added examples for generate doc pages Switch to common credentials template Added scripts for snippets testing Snippets changed Code updated after operationId addition *Request models renames to *RequestWrapper Fixed tests and snippets Update year and version * Added snippets test to ci Added token auth to snippets * Migrate to okhttp3 Bug fix * Update setup version * Java version updated * Some updates Added debug command * Changed test ci pipeline * Disable cache * DEBUG * Copy dependencies to output dir * Fixed lint errors * README updated * Don't print on success in ExceptionMessageParsed tests * Enable cache --------- Co-authored-by: Denis Averin <denis.averin@aspose.com>
- Loading branch information
1 parent
c75b702
commit 7b8168e
Showing
275 changed files
with
5,558 additions
and
18,445 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 |
---|---|---|
|
@@ -13,4 +13,5 @@ aspose-barcode-cloud.iml | |
.idea | ||
|
||
**/configuration*.json | ||
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,14 +1,18 @@ | ||
|
||
|
||
# ApiError | ||
|
||
Api Error. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**code** | **String** | | [optional] | ||
**message** | **String** | | [optional] | ||
**description** | **String** | | [optional] | ||
**dateTime** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional] | ||
**innerError** | [**ApiError**](ApiError.md) | | [optional] | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**code** | **String** | Gets or sets api error code. | | | ||
|**message** | **String** | Gets or sets error message. | | | ||
|**description** | **String** | Gets or sets error description. | [optional] | | ||
|**dateTime** | **OffsetDateTime** | Gets or sets server datetime. | [optional] | | ||
|**innerError** | [**ApiError**](ApiError.md) | | [optional] | | ||
|
||
|
||
|
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,11 +1,15 @@ | ||
|
||
|
||
# ApiErrorResponse | ||
|
||
ApiError Response | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**requestId** | **String** | | [optional] | ||
**error** | [**ApiError**](ApiError.md) | | [optional] | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**requestId** | **String** | Gets or sets request Id. | | | ||
|**error** | [**ApiError**](ApiError.md) | | | | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.