-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added scala library support #2
Merged
Merged
Conversation
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
return responseObject; | ||
} catch (IOException ioe) { | ||
String[] args = new String[]{response, inputClassName.toString()}; | ||
throw new APIException(APIExceptionCodes.ERROR_CONVERTING_JSON_TO_JAVA, args, "Error in coversting response json value to java object : " + ioe.getMessage(), ioe); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"coversting" or "converting"?
wing328
pushed a commit
that referenced
this pull request
Sep 4, 2015
delenius
added a commit
to delenius/swagger-codegen
that referenced
this pull request
Feb 8, 2016
Fixes "additional comment swagger-api#2" in swagger-api#2044. Saves memory by not repeating the `toJson` method in every model class. The new `ApiModel` base class may also be useful for other purposes in the future.
delenius
added a commit
to delenius/swagger-codegen
that referenced
this pull request
Feb 9, 2016
Fixes "additional comment swagger-api#2" in swagger-api#2044. Saves memory by not repeating the `toJson` method in every model class. The new `ApiModel` base class may also be useful for other purposes in the future.
delenius
added a commit
to delenius/swagger-codegen
that referenced
this pull request
Feb 12, 2016
Fixes "additional comment swagger-api#2" in swagger-api#2044. Saves memory by not repeating the `toJson` method in every model class. The new `ApiModel` base class may also be useful for other purposes in the future.
JoshuaWhatley
pushed a commit
to JoshuaWhatley/swagger-codegen
that referenced
this pull request
Apr 27, 2016
Improve enum support in java okhttp-gson client
wing328
pushed a commit
that referenced
this pull request
May 25, 2016
close2
pushed a commit
to close2/swagger-codegen
that referenced
this pull request
Jul 22, 2016
wing328
pushed a commit
that referenced
this pull request
Sep 9, 2016
* Initial erlang generation * Recfactor erlang codegen to make a minimal working example * ft/erlang_codegen Separate handlers by resourse, add minor codegen fixes and refactoring * Test commit * ft/erlang_codegen Modify reouting generation * ft/erlang_codegen Remove parsed request concept. Add minor refactoring and bugfixes * ft/erlang_codegen Use swagger spec from an internal directory instead of a provided path * ft/erlang_codegen Add basic response validation * ft/erlang_codegen Moved all the req validators to a separate file for test needs * ft/erlang_codegen Add basic param validation * Add refactoring: OperationIDs are atoms now Fix schema validation Add todo list * CAPI-23 Add auth context to request handling (#2) * CAPI-23 Fix routing to support different paths in one handler. Add auth context to request handling. Add an opportunity to pass custom middlewares to the server * CAPI-31 Add enum validation and some minor fixes (#4) * CAPI-31 Fix turbo fuck up with additional params (#5) * Capi 23/fix/basic logging (#6) * CAPI-23 Add understandable messages in case of bad requests. Add specs to shut up dialyzer and add some minor code refactoring * CAPI-23 Fix missed bracket in auth module (#7)
wing328
pushed a commit
that referenced
this pull request
Apr 21, 2017
* Rewrite of Go Client * Revert to older version of context.Context * Clean and bulk up concurrency test. * Correct {{path}} to {{{path}}} * change custom date type to string. * Add APIKey authentication * Correct missing line from resolving conflicts. Correct missing line from resolving conflicts.
wing328
pushed a commit
that referenced
this pull request
Jun 1, 2017
Getting latest commits from original
mauriciovasquezbernal
added a commit
to netgroup-polito/swagger-codegen
that referenced
this pull request
Apr 4, 2019
Updated to in-daemon validation
HugoMario
pushed a commit
that referenced
this pull request
Oct 26, 2019
Make return types Void instead of Any
eonwhite
referenced
this pull request
in charthop/swagger-codegen
Aug 15, 2021
…load Retry response and file upload
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.