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

How can I auto-generate types for a new API version? #48

Closed
sherifnada opened this issue Oct 24, 2022 · 2 comments
Closed

How can I auto-generate types for a new API version? #48

sherifnada opened this issue Oct 24, 2022 · 2 comments

Comments

@sherifnada
Copy link

Is there a way to update the JSON defs for a new API version? for example currently, this package only support v14 but v15 is available. I would like to generate Python SDK code using this package so I can submit it downstream to resolve hard blockers like this one. However, I'm not sure how to autogenerate. I looked around the repo and didn't find something which can achieve this. Could you help?

I guess more generally, as a consumer of this package, what are my options for staying up to date with API changes while still using an SDK generated by this package?

@sherifnada
Copy link
Author

maybe @stcheng can help as one of the more recent contributors to this package?

@stcheng
Copy link
Contributor

stcheng commented Jan 18, 2023

This is an internal procedure. We are targeting future releases to be released on time along with the GraphAPI version release. We are also trying to address the issue that SDK only supports the latest version.

@stcheng stcheng closed this as completed Jan 18, 2023
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

2 participants