Content
@
0 reply
0 recast
2 reactions
greg
@gregfromstl
Best tools for generating REST API documentation?
8 replies
0 recast
25 reactions
atlasmoth
@osuji.eth
Do you mean generating like an open API spec from source code or generating user-friendly reference docs (like this https://docs.bsky.app/docs/api/app-bsky-actor-get-profiles ) from the API spec?
1 reply
0 recast
0 reaction
Steve
@stevedylandev.eth
If you have an OpenAPI spec the options are endless, both self hosted and paid. If you don’t have a spec you can make one pretty quickly using a Postman collection and this tool to convert it https://github.com/joolfe/postman-to-openapi There’s also tools you can include with the build of the API that will automatically generate it. If you don’t want to do an OpenAPI spec the next best option might be Gitbook but would be manual work, at which point it would be easier to just build the spec.
1 reply
0 recast
6 reactions
Sayonara
@sayo
Not nextjs
0 reply
0 recast
1 reaction
Jax
@jaxer.eth
Claude
0 reply
0 recast
0 reaction
Farhan
@realfarhan
Swagger? Its pretty good. Using it at my current company.
0 reply
0 recast
0 reaction