openapistack / openapi-client-axios

JavaScript client library for consuming OpenAPI-enabled APIs with axios
https://openapistack.co
MIT License
550 stars 67 forks source link

How can I auto generate documentation for how to use the generated API? #122

Closed PaulSender closed 1 year ago

PaulSender commented 2 years ago

Seeing all available functions and how to call them directly isn't exactly intuitive. I had to console log client to see all its properties. Is there a way I can generate documentation for another developer to easily pick up and start using these functions without much of a learning curve?

anttiviljami commented 1 year ago

Yes. There are other tools such as Swagger UI and Redoc. 👍