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

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -