charlesflynn / eve-docs

Generates documentation for Eve APIs
MIT License
74 stars 12 forks source link

List all endpoints based on the url-map #24

Open hermannsblum opened 9 years ago

hermannsblum commented 9 years ago

For a project we had the problem that endpoints from blueprints are not listed by eve-docs. (for example eve-docs does not document it's own endpoint, which is usually /docs)

Based on the url_map of the eve-app, I have added this functionality to eve-docs, it works out of the box. Endpoints from blueprints just get listet with their possible HTTP-Methods, endpoints from eve get documented by eve-docs with the schema and everything.

In addition I added some documentation.

hermannsblum commented 8 years ago

Still active?