backend
backend copied to clipboard
Better documentation of the REST API
Hi,
I am currently trying to use the REST API. Unfortunately, the documentation doesn't really help me because, for example, the expected parameters are not specified. Is it possible to customize the documentation? I am currently trying to find out the parameters from the source code.
Thank you Florian
I'm thinking about godoc with a GitHub Actions workflow to generate and publish it to GitHub Pages accordingly.
This way there shouldn't be any manual work.