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
Thank you very much for helping!
Which approach would you go with-- old or new?
The API returns a JSON response that may contain either of the following:
errors
nextPageToken
Is branching off two response streams to get those properties the wrong way to snip out just a piece of the response?
Is there any type of penalty or unwanted side effect for either approach that I'm not considering?
Was the old way even broken to begin with?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you very much for helping!
Which approach would you go with-- old or new?
The API returns a JSON response that may contain either of the following:
errors
array.nextPageToken
string that is used in the next API request to get the next page of results.Is branching off two response streams to get those properties the wrong way to snip out just a piece of the response?
Is there any type of penalty or unwanted side effect for either approach that I'm not considering?
Was the old way even broken to begin with?
The text was updated successfully, but these errors were encountered: