timgarrels / gameprog-detective-server

Server Komponente für "A Detecitve Game" des Gameprog Seminars
https://hpi.de/studium/lehrveranstaltungen/it-systems-engineering-ma/lehrveranstaltung/wise-19-20-2889-game-programming.html
3 stars 0 forks source link

Automate Endpoint Documentation #40

Open timgarrels opened 4 years ago

timgarrels commented 4 years ago

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