python - @Api annotation of swagger is not generating the resourcePath for endpoints -
i trying create python client using swagger documentation. resourcepath "/" so, swagger-codegen-cli
not creating pyhton client. why resourcepath empty ? how can fixed ? in advance..
{ "apiversion": "1.0", "swaggerversion": "1.2", "basepath": "/", "resourcepath": "/",
Comments
Post a Comment