java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
-i ~/host/svn/software/manager/voyager/docs/swagger/swagger.json \
-l python \
-o clients/python--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Please open an issue on the project for that and it should be fixed.
On Thu, Jun 11, 2015 at 1:08 PM, swaguser <yu...@zatsweb.com> wrote:
I have no issues generating a python client. My question is about the directory name that is used -- "SwaggerPetstore". I'm using my own swagger.json that has nothing to do with the example petstore spec, so I think it's not generated correctly or perhaps some default is not being changed.
On Thursday, June 11, 2015 at 10:01:03 AM UTC-7, mission liao wrote:There are tools that dynamically generate client code in python.If you get stuck in code-gen, check this list http://swagger.io/open-source-integrations/ and give anyone of them a try.
swaguser於 2015年6月10日星期三 UTC+8上午3時59分52秒寫道:I'm using swagger-codegen 2.1.2 to generate python client from my custom swagger.json definition. It appears the client is generated in clients/python/SwaggerPetstore-python/SwaggerPetstore/ directory. I haven't noticed the "SwaggerPetstore" part before upgrading to 2.1.2 -- is this an issue or some default that can be overwritten ?This is the command I use:java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
-i ~/host/svn/software/manager/voyager/docs/swagger/swagger.json \
-l python \
-o clients/python
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsub...@googlegroups.com.