Fix for Python client upload list of files Issue #2036 (New)#2059
Closed
scottrw93 wants to merge 4541 commits intoswagger-api:masterfrom
Closed
Fix for Python client upload list of files Issue #2036 (New)#2059scottrw93 wants to merge 4541 commits intoswagger-api:masterfrom
scottrw93 wants to merge 4541 commits intoswagger-api:masterfrom
Conversation
[PHP] fix __toString for nested models
* Replace jQuery with SuperAgent which works in both Node.js and browser * Use UMD pattern (returnExports.js) to make the module exporting compatible with all major systems: AMD, Node.js (CommonJS) and browser * Implement support of header and form parameters. Closes swagger-api#1736 * Move HTTP requesting code to `ApiClient` and allow customizing options in it, e.g. "basePath" * Update unit tests accordingly and add some tests for `ApiClient`
[Java] fix binary in Java spring and inflector generator
[PHP] generate files for unit testing models and API files
[C#] store ApiClient default in Configuration.Default
Add sample into samples/petstore/jaxrs-resteasy Update multipart/form-data ability
…pnet5_server [aspnet] Initial implementation of ASP.NET 5 server
to support array of models and Date property in model Closes swagger-api#1951
Update pom to use swagger parser 1.0.17
[Ruby] add API info as file header to ruby templates
[JavaScript] some improvements and enhancements to JavaScript client
…steasy Feature/jaxrs resteasy
…rmat [JavaScript] Support collectionFormat for parameters in JavaScript client
…eader [C#] fix default header in async method and sanitize model name
FIX: Fixed FLash Client library
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.
Fix for Python client upload list of files Issue #2036. This is a new PR based on #2046