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/3141ea1b39d6d7bd858ec71b0ab43b02 to your computer and use it in GitHub Desktop.
Save kfurue/3141ea1b39d6d7bd858ec71b0ab43b02 to your computer and use it in GitHub Desktop.
Swagger Code Generator for objc
java -jar swagger-codegen-cli-2.2.3.jar generate \
-i swagger_doc.json \
-l objc \
-o objc \
--additional-properties podName=SampleAppClient,podVersion=0.1.0,authorName=kfurue,coreData=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment