Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow creation of multiple client instances #1

Open
bchrobot opened this issue Jun 7, 2021 · 1 comment
Open

Allow creation of multiple client instances #1

bchrobot opened this issue Jun 7, 2021 · 1 comment

Comments

@bchrobot
Copy link
Member

bchrobot commented Jun 7, 2021

I could not find a TypeScript codegen library that fit the following criteria:

  • Worked with the Telnyx Swagger document. A few threw parsing errors despite claiming to support OpenAPI v3 and the Telnyx spec passing an OpenAPI v3 validator.
  • Is JS-based. We want a simple dev environment.
  • Supports multiple clients. We need to be able to support interacting with multiple Telnyx backends from the same Node process; a singleton client won't do.

Overview of the issues in the space (2018): https://biercoff.com/my-small-investigation-about-swagger-codegen-generation-in-typescript/

@bchrobot
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant