Open stephan418 opened 2 years ago
The generation of documentation now works without restructuring any server code. I added more granular request handling support in a fork of the express-oas-generator library which fixes the problem for now at least.
New Tasks:
Waiting for https://github.com/detleph/issues/issues/4
Using OpenAPI, a usable API documentation should be created for the most important API routes.
The API routes which should be tackled by this task are:
Events (CRUD)
Everything relating to user sign up
[x] Test different strategies for writing the docs
Update
https://www.npmjs.com/package/express-oas-generator seems to fit most of our requirement
Todo: