Re: Error when generating python client.

2017-05-08 Thread tony tam
Well, that’s no swagger document! So I don’t expect it would work. > On May 8, 2017, at 10:38 AM, Aleksei Badyaev > wrote: > > I tried generate Python client for my REST API with command (as is in > documentation in swagger-codegen): > > $ java -jar modules/swagger-codegen-cli/target/swagger

Error when generating python client.

2017-05-08 Thread Aleksei Badyaev
I tried generate Python client for my REST API with command (as is in documentation in swagger-codegen): $ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -i /tmp/schema.json -l python -o /tmp/client_python [main] INFO io.swagger.parser.Swagger20Parser - reading fro