-
Notifications
You must be signed in to change notification settings - Fork 6
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
DRF-like Browsable API? #1
Comments
I have similar thoughts for long time, but have not started it myself because:
I think aiohttp_api deserves separate package even if aiohttp_debugtoolbar will have REST toolbar. |
Valid points. DRF's browsable API is useful insofar as it can introspect DRF Serializers and can therefore generate forms for POST/PUT/etc. Otherwise, it wouldn't provide much more than a GUI client like Postman. I am more inclined to target language/framework-agnostic API specs such as Swagger, from which a UI can be generated. I might add an aiohttp plugin for apispec if there's interest. |
Holding off on this for now. |
Proposal: Port django-rest-framework's browsable API .
Considerations:
The text was updated successfully, but these errors were encountered: