Open dcale opened 10 years ago
Yep, it will be supported when version 2.0 of swagger will be supported, I'm working on it and it should be ready "soon" (see the branch: https://github.com/johnraz/django-tastypie-swagger/tree/Unit-tests)
I'm also interested in this support (hoping it gets into the pip version). Additionally, is there a way to denote authentication method at all in the documentation generated? It's nice they append the api key everywhere, but it would be nice to relate when it's needed to a developer.
2 years passed, no result so far?
+1
I included this package in my project and everything works fine if ones does a session authentication. But if I want to use this app with tastypie's api key authetication I fail, because I can enter only "special-key" (see screenshot)
It would be great if there would be the possibility of having the support for tastypie's authentication style (username=<>&api_key=<>)