concentricsky / django-tastypie-swagger

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

Update OpenAPI Specification (previously Swagger) to version 2.0 #114

Open siccovansas opened 8 years ago

siccovansas commented 8 years ago

Update OpenAPI Specification (previously 'Swagger RESTful API Documentation Specification') to version 2.0. This version has been released on 2014-09-08 and it would be great if django-tastypie-swagger supports 2.0 besides/instead of version 1.2.

mcnemesis commented 8 years ago

I'm in for this as well! Just realized M$'s PowerApps supports Swagger 2.0 out of the box, plugged this into my Django project, only to realize it speaks only Swagger 1.2! Any folks want to collabo on extending this one?

miraculixx commented 4 years ago

my fork includes Swagger 2.0 support, specifically it serves <api>/specs/swagger.json along with the 1.2 specs, https://github.com/miraculixx/django-tastypie-swagger.

The fork needs rebasing and testing before it can be merged which is why I have not created a PR. Feel free to contribute. My particular need was to support redoc, and it does -- I stopped there

Update there is now a PR #139. Please upvote