concentricsky / django-tastypie-swagger

An adapter to use swagger-ui with django-tastypie.
Other
132 stars 144 forks source link

Added resourcePath as per Swagger spec #81

Closed willemt closed 10 years ago

willemt commented 10 years ago

Hi, making this pull request because swagger-codegen gets upset when resourcePath isn't included within the schema

willemt commented 10 years ago

Hi I made it use str.format(). I also got rid of the {format} bit as it isn't compulsory for swagger-codegen.