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

[FEATURE] Typescript client generation #22

Open
3 tasks
gchagnon opened this issue Sep 20, 2024 · 0 comments
Open
3 tasks

[FEATURE] Typescript client generation #22

gchagnon opened this issue Sep 20, 2024 · 0 comments

Comments

@gchagnon
Copy link
Contributor

Add Support for TypeScript Client Generation in Industry Toolkit

Description:
The Industry Toolkit will include support for generating client SDKs in TypeScript based on API definitions. This will allow developers to quickly generate TypeScript clients for interacting with APIs built using the toolkit.

Feature Requirements:

  • Generate TypeScript client SDKs from API definitions.
  • Ensure generated SDKs are compatible with modern TypeScript standards.
  • Include comprehensive documentation and code comments in the generated clients.
  • Provide clear examples of how to use the generated TypeScript SDKs in applications.
  • Write tests to validate the correctness of the generated SDKs.

Acceptance Criteria:

  • TypeScript client generation feature is implemented.
  • Generated SDKs include documentation and are tested for correctness.
  • README and documentation are updated with instructions on generating and using TypeScript clients.

Additional Context:
This feature will allow developers to easily create TypeScript clients for their APIs, improving integration and developer experience.

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

No branches or pull requests

1 participant