swagger-codegen
swagger-codegen copied to clipboard
Issue 5730 kotlin retrofit2
PR checklist
- [x] Read the contribution guidelines.
- [x] Ran the shell script under
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\. - [x] Filed the PR against the correct branch:
3.0.0branch for changes related to OpenAPI spec 3.0. Default:master. - [x] Copied the technical committee to review the pull request if your PR is targeting a particular programming language. @jimschubert (2017/09)
Description of the PR
Kotlin client based on retrofit2. Changed base Kotlin codegen to use petstore-with-fake-endpoints-models-for-testing.yaml
Looks like code related to my questions was changed in one of the last couple of commits in this PR to address my concerns. Looks good to me.
@Worlon07 are you still interested in merging this? My project would really appreciate the contribution.