Skip to content
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 3 commits into from
Sep 5, 2011
Merged

added scala library support #2

merged 3 commits into from
Sep 5, 2011

Conversation

fehguy
Copy link
Contributor

@fehguy fehguy commented Sep 5, 2011

No description provided.

fehguy added a commit that referenced this pull request Sep 5, 2011
added scala library support
@fehguy fehguy merged commit fd8d491 into swagger-api:master Sep 5, 2011
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);
Copy link

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.
wing328 pushed a commit that referenced this pull request Mar 3, 2016
wing328 pushed a commit that referenced this pull request Apr 18, 2016
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 23, 2016
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
frantuma pushed a commit that referenced this pull request Nov 16, 2018
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
frantuma pushed a commit that referenced this pull request Jun 24, 2020
eonwhite referenced this pull request in charthop/swagger-codegen Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants