Y
Hacker News
new
|
ask
|
show
|
jobs
by
tanaypingalkar
1836 days ago
Is there any lib/way that automatically generate doc for api/endpoint. I think it is possible to create such generator for graphql api.
1 comments
wmiel
1836 days ago
You can checkout Swagger and OpenAPI, there are libraries to annotate the endpoints in the code and then generate interactive docs out of that.
link