Re: Browsable API and Versioning

2016-11-03 Thread Robyn Smith
I think I found a potential solution for swagger: doc: ApiVersionAuthorization by blueyed · Pull Request #571 · marcgibbons/django-rest-swagger https://github.com/marcgibbons/django-rest-swagger/pull/571/files Does anyone know if there's a way to do this for the Browsable API? On Thu, Nov 3, 201

Re: Browsable API and Versioning

2016-11-03 Thread Robyn Smith
Thanks for the response Xavier! Is there a method of versioning that would allow us to gain access to the browsable API without injecting them ourselves with the browser? The other challenge is when using the "django-rest-swagger", the headers used in the browser obviously don't inject the versio

Re: Browsable API and Versioning

2016-11-03 Thread Xavier Ordoquy
Hi Robyn, > Le 3 nov. 2016 à 21:22, Robyn Smith a écrit : > > Hello Everyone! > > DRF is amazing. Just a quick thank you to the community! > > I'm working on a project where we're building an API from scratch using the > Django REST Framework, and when working on the Proof of Concept, we star

Browsable API and Versioning

2016-11-03 Thread Robyn Smith
Hello Everyone! DRF is amazing. Just a quick thank you to the community! I'm working on a project where we're building an API from scratch using the Django REST Framework, and when working on the Proof of Concept, we started running into challenges when we introduced Accept Header based version