can you use codegen for multiple files(yamls)

2017-04-05 Thread dips aws
Hi, Wanted to know if -i cli option in codegen can be used as a list of yaml files? swagger-codegen generate -i a.yaml, b.yaml -l python pls let me know how this can be achieved. thanks ! -- You received this message because you are subscribed to the Google Groups "Swagger" group. To uns

Re: swagger generator

2017-03-31 Thread dips aws
response. dips On Friday, March 31, 2017 at 9:48:15 AM UTC-7, Ron wrote: > > Yup, JSON, YAML, doesn’t matter. > > > > > > *From: *> on behalf of dips > aws > > *Reply-To: *"swagger-sw...@googlegroups.com " < > swagger-sw...@googlegroups.

swagger generator

2017-03-31 Thread dips aws
Hi, can the swagger online generator be used for yaml files as well ? I've the .yaml files locally on my system and so would below work? curl -X POST -H "content-type:application/json" -d '{"swaggerUrl":"restapi.yaml"}' https://generator.swagger.io/api/gen/clients/python -k {"code":1,"type":"

swagger codegen for python client.

2017-03-23 Thread dips aws
Hi, Just started using swagger and getting familiar to the tools. Had few queries: 1) When i generate the python client from swagger-editor, i notice that it names my api as DefaultApi. Is there a way to change this in such a way that whenever folks in my team generate other swagger doc to pyt