Hello,
I have been working on a new kind of 2FA API that is meant to be simple, and easy to use for both developers and especially final users.
I have the beta release coded and read to go into the wild, at the moment finishing up the documentation and landing page.
I ask for your help on what is the best tool to document APIs that is easy to also maintain?
OpenAPI is the de-facto standard way to describe an API. Then use Swagger UI or ReDoc or RapiDoc to present this to your users. Swagger UI is the most popular but the other two look much nicer.
Thanks for the suggestion. I ended up going with readme.io.
Feel free to take a look: https://securify.readme.io/
https://swagger.io/docs/
I will take a look also, thanks for sharing.
Readme.io
Looks very interesting, thanks for sharing.