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

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -