openapistack / openapi-client-axios

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

feat: add programmatic support to type generation #86

Closed henrycunh closed 2 years ago

henrycunh commented 2 years ago

This patch introduces support to importing the function that uses DTSGenerator to create the typings for the client, in a programmatic way :]

anttiviljami commented 2 years ago

Thanks @henrycunh !