AS3 swagger codegen update to handle overloading scenarios#8
Merged
fehguy merged 1 commit intoswagger-api:masterfrom Dec 13, 2011
Merged
AS3 swagger codegen update to handle overloading scenarios#8fehguy merged 1 commit intoswagger-api:masterfrom
fehguy merged 1 commit intoswagger-api:masterfrom
Conversation
…oading is not supported
fehguy
added a commit
that referenced
this pull request
Dec 13, 2011
AS3 swagger codegen update to handle overloading scenarios
wing328
added a commit
that referenced
this pull request
Oct 20, 2016
* add configuration to typescript fetch * fix issues reported by the CI * fix header parameters in ts fetch client * add new configuration file for ts fetch * skip if check for configuration in ts fetch * Fix `this.configuration` issue in paramsCreator * update ts fetch samples * Fix typescript fetch tests to work with Configuration * Add dictionary to store apikeys (#8) * Add dictionary to store apikeys * Type apikey with expected params rather than Dictionary - typescript-fetch * Update test samples to new typescript-fetch api * Fix tests for typesript-fetch api * update typescript sample using petstore.yaml
soggier
referenced
this pull request
in abacusresearch/swagger-codegen
Mar 29, 2018
soggier
referenced
this pull request
in abacusresearch/swagger-codegen
Mar 29, 2018
This file contains hidden or 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
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.
Handles situation where a resource has more than one endpoint with the same name - added a language configuration which indicates whether method overloading is supported in the language. By, default this is true. For AS3 this is set to false.
Also modified the Resource template for as3 to handle recent updates to auth token usage in generated code.