Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
5
Likes
8
Comments
API docs recommendations
by
Daryl Shannon
Hello IH,
Can anybody recommend nice API documentation generators?
Thanks!
Check out swagger.io
The swagger is a standard. Works out of the box if you build a Java application, documentation will be generated automatically.
I second that
Hi Darryl - I’ve used Swagger.io (super expensive), Redoc (open source version), or you can publish public API documentation pages in either Swagger or Redoc formats using the product I’m currently working on at https://servicemocks.com.
For KVdb, I'm using https://github.com/slatedocs/slate but would love to have a self-hosted version that also lets people try out API requests inside the docs.
Great thank you for the suggestions! I think slate is the one I have been looking for :)
gitbook.com has a beautiful and clean interface for documentation purposes