Hi everyone,
I just pushed online the documentation of my project API. I used spectacle to automatically generate the web interface from the open api definition https://github.com/sourcey/spectacle
spectacle is a good open source project but hacking in the code is needed to adapt almost anything but the logo.
Do you use another Swagger/open-api web documentation generator that you are happy with?
Evaluated Swagger, Redoc and RapiDoc. (Just listing the cons)
Out of the 3 I found RapiDoc (https://mrin9.github.io/RapiDoc/) to be the best. It is highly theme-able and very easy to program with. builds on with latest standards in pure JavaScript WebComponent without any framework involved
I have published the first versions with Spectacle but there is no built-in way to try the API either.
I'm going to have a look to RapiDoc. It sounds to be the perfect fit for me.
Thank you!
I've had success using https://github.com/Redocly/redoc
Redoc looks good. I'm going to try to generate my API documentation with it. Thank you