Implement OpenAPI docs generation #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To create a professional and easy to use + build on API it is helpful to have public documentation for people.
#1 takes the first step to realizing this (among other things), and based on that we can generate these docs as static assets for high performance and findability. There's a lot of tools to do this, and the most salient is Swagger UI.
Swagger UI is recognizable by many, but personally, I don't really like it because it's everywhere. It is a great departure point nonetheless and I admit, my fallback option. However, I would be thrilled if we could get an experience that is more than merely okay.
This thread is to share resources, thinking, questions.
Resources
https://zudoku.dev
It looks like the initial draft implementation in #10 already includes swagger-ui 👍
This issue is still good to discuss, as it would remain preferable to not have the docs on the API route directly and generated dynamically – but on an entirely separate domain and statically generated.