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

You can checkout Swagger and OpenAPI, there are libraries to annotate the endpoints in the code and then generate interactive docs out of that.