Skip to content
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

Port REST API debug panel from flask #19

Open
jettify opened this issue Sep 13, 2015 · 2 comments
Open

Port REST API debug panel from flask #19

jettify opened this issue Sep 13, 2015 · 2 comments

Comments

@jettify
Copy link
Member

jettify commented Sep 13, 2015

Flask has nice panel for debugging REST API we should port it somehow

https://github.com/kevinbeaty/flask-debug-api

@sloria
Copy link
Contributor

sloria commented Oct 29, 2015

That debug panel looks nice. I have been considering porting django-rest-framework's browsable API, but I'm unsure if it's worth the effort given that (1) This panel would provide very similar functionality and (2) I don't use the browsable API that much, even when using DRF--I typically use Postman when I need a GUI client.

Thoughts?

@asvetlov
Copy link
Member

Code for flask-debug-api is short and clean.
aiohttp 0.18+ allows to iterate over registered routes.
And yes, Postman is great tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants