Skip to content

Instantly share code, notes, and snippets.

@kfurue
Last active December 22, 2017 09:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfurue/2e92263d5a7b1a55ea0fcade99aa1929 to your computer and use it in GitHub Desktop.
Save kfurue/2e92263d5a7b1a55ea0fcade99aa1929 to your computer and use it in GitHub Desktop.
Swagger Code Generator for swift3-RxSwift Raw
java -jar swagger-codegen-cli-2.2.3.jar generate \
-i swagger_doc.json \
-l swift3 \
--language-specific-primitives Int \
--type-mappings integer=Int \
-o swift3-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