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

Allow internalClient to accept context.Context and account IDs as int #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ppacher
Copy link
Contributor

@ppacher ppacher commented Nov 5, 2019

As a first step towards a new client that uses int for account IDs and supports context.Context (see #12) this PR updates the internal client to deal with int and context.Context. It also adds a new Client2 and updates the existing Client to use the new version in the background. Since this PR does not change any public APIs it should count as backwards compatible.

@cainlevy let me know if I should change something

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

Successfully merging this pull request may close these issues.

None yet

1 participant