Open siccovansas opened 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?
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
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.