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.
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.