-
Notifications
You must be signed in to change notification settings - Fork 184
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
Align Google APIs URLs with Discovery docs per #541 #542
Conversation
Thanks for sending the PR! I think there are a few more references in the code; IMO probably worth changing all of them? https://github.com/search?q=repo%3Ar-dbi%2Fbigrquery%20www.googleapis.com&type=code otherwise LGTM, though @hadley or @jennybc should really be the one to approve/merge. |
Hi @hadley, @craigcitro, MR created for #541, all tests passing. I am unsure how you'd like to handle release but have bumped the version number in NEWS.md - please let me know if I should remove this so you can handle that part yourselves. |
@craigcitro I looked into this - those Updated PR to reflect this. |
ah great catch -- you're totally right, the scopes shouldn't change. LGTM! |
NEWS.md
Outdated
@@ -1,5 +1,13 @@ | |||
# bigrquery (development version) | |||
|
|||
# bigrquery 1.4.3 |
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.
Please remove this heading; we add during the release process.
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.
Done thanks @hadley
- `R/bq-request.R` | ||
- Substitute `https://bigquery.googleapis.com` for `https://www.googleapis.com` | ||
- `R/gs-object.R` | ||
- Substitute `https://storage.googleapis.com` for `https://www.googleapis.com` |
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.
Can you please add the issue number and your name? See details at https://style.tidyverse.org/news.html#acknowledgement.
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.
Done thanks @hadley
Thanks! |
Thanks @hadley @craigcitro! |
We don't have a release currently scheduled. |
Align Google APIs URLs with Discovery docs per #541
Align Google APIs URLs to Google Cloud Discovery docs. This enables support for Private and Restricted Google APIs configurations.
R/bq-request.R
https://bigquery.googleapis.com
forhttps://www.googleapis.com
R/gs-object.R
https://storage.googleapis.com
forhttps://www.googleapis.com
https://www.googleapis.com/auth...
). These do not require change.Update NEWS.md and bump version to 1.4.3