We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The AccountsQuery API requires a reference to an actual RawContact to fetch its account,
AccountsQuery
contactsApi.accounts().query().associatedWith(rawContact).find()
This means that, in cases where only the RawContact's ID is known, API users will first have to fetch the RawContact first...
Provide a function that takes in only RawContact IDs.
I discovered the need for this improvement while working on #167.
The text was updated successfully, but these errors were encountered:
c50e0c7
This is included in 0.3.0!
Sorry, something went wrong.
vestrel00
No branches or pull requests
Problem
The
AccountsQuery
API requires a reference to an actual RawContact to fetch its account,This means that, in cases where only the RawContact's ID is known, API users will first have to fetch the RawContact first...
Solution
Provide a function that takes in only RawContact IDs.
Notes
I discovered the need for this improvement while working on #167.
The text was updated successfully, but these errors were encountered: