-
Notifications
You must be signed in to change notification settings - Fork 37
Issue 22: Django Rest Framework autohttp support #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 1.7
Are you sure you want to change the base?
Conversation
|
Hi @Nekmo, I've just taken over working on this project, and noticed your (now very old PR). Do you still want this? If so could you please add some unit tests? If I don't hear back from you in two weeks I'll close this PR. |
Fix generating schema with nested routers
Add swagger_fake_view to the api endpoints
|
This looks promising. Any chance of being finished/merged? |
|
@Nekmo @moorchegue I've taken on maintenance of httpdomain. This feature would be a nice addition. Would you like to add unittests? There are examples for the other servers to serve as a guide. Without tests, it's not something that I feel comfortable maintaining. Please let me know. Thank you! |
|
I've used this and it worked IIRC. Can't help with tests though. |
|
The criteria to merge this PR would be the following:
Then I'll review and merge. Thank you! |
Closes #22.
To use it add to
conf.py:This requirement is the same as to use autodoc, so if autodoc is probably already configured.
Add the extension:
And use it:
Features:
More features could be added in the future.