Content pfp
Content
@
0 reply
0 recast
2 reactions

greg pfp
greg
@gregfromstl
Best tools for generating REST API documentation?
8 replies
0 recast
25 reactions

Steve pfp
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

Steve pfp
Steve
@stevedylandev.eth
For hosted options would highly recommend Mintlify or Gitbook
0 reply
0 recast
2 reactions