DEV Community

Discussion on: Tools for generating REST API docs rapidly?

Collapse
 
ryanleonbutler profile image
ryanleonbutler

Swagger UI and ReDoc is nice. Fastapi also uses both.

github.com/swagger-api/swagger-ui
github.com/Redocly/redoc

Collapse
 
sharadcodes profile image
Sharad Raj (He/Him) • Edited

I see this redoc more often than swagger when exploring REST APIs, probably because of the UI

Collapse
 
jwbwater profile image
James Bridgewater

The ReDoc documentation for an API I worked with was very nice, easy to read.