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

Investigate work involved to replace generator with an open sourced alternative #56

Open
algoanne opened this issue Feb 22, 2023 · 0 comments

Comments

@algoanne
Copy link

Problem

generator is a homegrown tool to generate the SDKs from APIs. This approach means that every new type of object needs manual work to update generator (this happens often). This makes it not much better than hand-writing each SDK.

Solution

a probably preferable solution is to use an open-sourced SDK generator tool. This would also make it easier for community SDKs to be maintained as well.

For this story, answer these questions:

  • What will it take to split out the generator and use a new open source tool instead?
  • What tool is best for us?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant