acoomans / flask-autodoc

Flask autodoc automatically creates an online documentation for your flask application.
MIT License
98 stars 49 forks source link

Add an endpoint for retrieving docs in JSON form. #32

Open jwg4 opened 7 years ago

jwg4 commented 7 years ago

We would find the ability to retrieve list of endpoints with args, available methods in JSON very useful for things like service discovery, health checks, etc.

This is a suggestion for how it might work plus a single test. Happy to refine this if the idea is okay but the implementation needs more work.

jwg4 commented 7 years ago

Any feedback?