-
Notifications
You must be signed in to change notification settings - Fork 28
feat: Updating sdk to use the new API version #465
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
feat: Updating sdk to use the new API version #465
Conversation
We want to update the sdk to use the new API version. This PR also contains updates to some of the billing types reflected in the new API version.
paddycarver
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly just tweaks around naming and omitempty. Pointers would be more appropriate in some cases, I think. And even when serializing, omitempty has no effect on non-pointer structs. :(
mzhong9723
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paddycarver may have to give it an approval before merging is unblocked though!
We want to update the sdk to use the new API version. This PR also contains updates to some of the billing types reflected in the new API version.