-
-
#5712 put @JsonValue to appropriate place in generated enum, add Type…
…Adapter for Gson enums, enhance tests (#5713)
-
-
[C++] Restbed Server Stub Code Generator (#5742)
* - Added Restbed Generator * - Added Json processing functions to model - Removed unnused code from restbed codegen class - Added response header processing to api template * Changed it to respect alphabetical order * Made the string joining java 7 compatible * Added samples
-
fix cpprest model source mustache template (#5716)
(which was generating code that doesn't compile because of a wrong variable name)
-
-
Merge pull request #5749 from swagger-api/issue-5748-2.2.x
Updated parser to v1.0.29
-
-
-
-
Fix spring generated controller annotations only generating for first…
… return type (#5399) Fixes the spring java code generator so that the ApiResponse fields are populated correctly on the controller. Related to #4693
-
[typescript-angular2] Avoid tslint "Unused import" warnings (#5723)
Move the tslint comment that disables `no-unused-variable` to before the import statements, to avoid "Unused import" warnings
-
-
-
Merge branch 'kotlin-api-model-docs' of https://github.com/jimschuber…
…t/swagger-codegen into jimschubert-kotlin-api-model-docs
wing328 committedMay 30, 2017 -
* [kotlin] array->List instead of Array Serialization to/from primitive arrays can cause issues with valid responses. This commit considers swagger 'array' types as 'List' which, although not as memory efficient should provide a cleaner interface for users (and avoid serialization issues). Also, updates README.md to list new generator and excludes folder at samples/client/kotlin/bin/, which is not used. * [kotlin] Move sample under conventional directory samples/client/kotlin/ -> samples/client/petstore/kotlin/ Updated new.sh to generate client/server/docs into similar structure. Current documentation generators (cwiki, html, html.md, html2) aren't following a convention like client/server generators.
-
-
-
-
-
-
This commit adds Api/Model/Auth documentation to the generated README.md. Because auth support is not yet fully implemented (users can manually set default headers globally), there aren't examples for helper auth methods. Models with inline enums document allowed values rather than pointing to a generated enum class. Two global additionalProperties were added (generateApiDocs, generateModelDocs) to allow templates to conditionally display documentatoin depending on these mutually exclusive settings. All current generators supporting docs will attempt to link to generated models when only api docs are specified. This also moves the $@ bash parameter in bin/kotlin-client-petstore.sh to the end of the args variable. This is because $@ can only be used to pass System properties like -DdebugModels, can can already be passed as: JAVA_OPTS="$JAVA_OPTS -DdebugModels" ./bin/kotlin-client-petstore.sh By moving the $@ to the end of the args, it allows us to pass additional properties and other switches directly to the script.
-
* Add new.sh helper script to create generator files * [kotlin] Initial Kotlin client generator * [kotlin] Generate sample * [kotlin] Sample helper files not needed for generation, but for sample evaluation
-
-
[Java] Fix float enum value by adding "f" (#5724)
* fix java float enum value * update java petstore samples * add comment explaining the fix
-
-
Apex update for NamedCredentials and Salesforce DX (#5717)
* Added mustache file for namedCredentials * Removed Basic and OAuth from Apex API in favor of NamedCredentials * Moved old README to README for ant deployment * Added SFDX OSS descriptor * Removed remoteSite mustache * Changed package.xml from RemoteSite to NamedCredential * Update ApexClientCodegen to support SFDX and namedCredentials * Created initial README for Salesforce DX * Ran Petstore test for Apex commit * Fixed error in README mustache
-
-
Updates http-client dependency to correctly handles certificates (#5707)
* Updates http-client dependency to one that correctly handles certificates This is important as amazon AWS gateway and several other types of certificates will not work correctly due to the old java library used by the 2.0.0 version of http-client. * Runs the petstore updates switch for clojure * Runs the petstore updates switch for clojure
-
add SAS to list of companies using swagger codegen
wing328 committed on GitHubMay 26, 2017 Some checks haven’t completed yet
1 pending and 3 successful checks -
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
-
roll back clojure petstore to use petstore.json
wing328 committedMay 26, 2017 -
[PHP] Fix broken links in the auto-generated documentation (#5715)
* remove trailing space in cpprest, update samples * remove unused pom.xml in go pestore * fix broken links in php api doc by fixing baseType * fix csharp api doc * fix php examples * fix examples for abstract php generator
wing328 committed on GitHubMay 26, 2017 Some checks were not successful
1 failing and 3 successful checks -