Skip to content

Instantly share code, notes, and snippets.

@kfurue
Created August 19, 2017 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfurue/481cce3ccc75f26d350aa69af92e1eda to your computer and use it in GitHub Desktop.
Save kfurue/481cce3ccc75f26d350aa69af92e1eda to your computer and use it in GitHub Desktop.
Swagger Code Generator for swift4-RxSwift
java -jar swagger-codegen-cli-2.2.3.jar generate \
-i swagger_doc.json \
-l swift4 \
--language-specific-primitives Int \
--type-mappings integer=Int \
-o swift4-RxSwift \
--additional-properties projectName=SampleAppClient,podAuthors=kfurue,responseAs=RxSwift
@kfurue
Copy link
Author

kfurue commented May 2, 2018

@kfurue
Copy link
Author

kfurue commented May 2, 2018

java -jar swagger-codegen-cli-2.3.1.jar generate \
-i swagger_doc.json \
-l swift4 \
--language-specific-primitives Int \
--type-mappings integer=Int \
-o swift4-RxSwift \
--additional-properties projectName=SampleAppClient,podAuthors=kfurue,responseAs=RxSwift

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment