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

Generate JS SDK from OpenAPI spec #21

Open
jakubno opened this issue Aug 2, 2023 · 0 comments
Open

Generate JS SDK from OpenAPI spec #21

jakubno opened this issue Aug 2, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jakubno
Copy link
Contributor

jakubno commented Aug 2, 2023

Is your feature request related to a problem? Please describe.

We want to generate as much of the code as possible from the OpenAPI. This will help SDK to stay up to date with the protocol and in the same time it improves development speed and limits possible bugs in implementation.

Describe the solution you'd like

  • It should stay in TypeScript
  • Generated routes and types, types are bare minimum.
  • Add makefile with generate command generate, which will regenerate the code

Additional context

These could be relevant tools:

Feel free to come with something else

@jakubno jakubno added enhancement New feature or request good first issue Good for newcomers labels Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant