A script that parses every function comment with an @app.route annotaion and the related route should not be hard.
The parsed endpoints could be sorted by module (app/bot/debug/firebase) and layed into a prepared markdown to be updated in the wiki.
This would need
[ ] Parser for route, comment, module
[ ] Enhanced comments for routes with expected and returned datatype
A script that parses every function comment with an
@app.route
annotaion and the related route should not be hard. The parsed endpoints could be sorted by module (app/bot/debug/firebase) and layed into a prepared markdown to be updated in the wiki.This would need