Skip to content

Commit

Permalink
"Fix" some URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jun 11, 2023
1 parent c690d23 commit d8ad1bd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
8 changes: 4 additions & 4 deletions R/drive_endpoints.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
#' The names of this list (or the `id` sub-elements) are the nicknames that can
#' be used to specify an endpoint in [request_generate()]. For each endpoint, we
#' store its nickname or `id`, the associated HTTP verb, the `path`, and details
#' about the parameters. This list is derived programmatically from the [Drive
#' API v3 Discovery
#' Document](https://www.googleapis.com/discovery/v1/apis/drive/v3/rest) using
#' the approach described in the [Discovery Documents
#' about the parameters. This list is derived programmatically from the Drive
#' API v3 Discovery Document
#' (`https://www.googleapis.com/discovery/v1/apis/drive/v3/rest`) using the
#' approach described in the [Discovery Documents
#' section](https://gargle.r-lib.org/articles/request-helper-functions.html#discovery-documents)
#' of the gargle vignette [Request helper
#' functions](https://gargle.r-lib.org/articles/request-helper-functions.html).
Expand Down
10 changes: 5 additions & 5 deletions R/request_generate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#'
#' @description Build a request, using knowledge of the [Drive v3
#' API](https://developers.google.com/drive/api/v3/about-sdk) from its
#' [Discovery
#' Document](https://www.googleapis.com/discovery/v1/apis/drive/v3/rest). Most
#' users should, instead, use higher-level wrappers that facilitate common
#' tasks, such as uploading or downloading Drive files. The functions here are
#' Discovery Document
#' (`https://www.googleapis.com/discovery/v1/apis/drive/v3/rest`). Most users
#' should, instead, use higher-level wrappers that facilitate common tasks,
#' such as uploading or downloading Drive files. The functions here are
#' intended for internal use and for programming around the Drive API.
#'
#' @description `request_generate()` lets you provide the bare minimum of input.
Expand All @@ -25,7 +25,7 @@
#' for an API key in the absence of a token is explained in Google's document
#' "Credentials, access, security, and identity"
#' (`https://support.google.com/googleapi/answer/6158857?hl=en&ref_topic=7013279`).
#' In order of precedence, these sources are consulted: the formal `key`
#' In order of precedence, these sources are consulted: the formal `key`
#' argument, a `key` parameter in `params`, a user-configured API key fetched
#' via [drive_api_key()], a built-in key shipped with googledrive. See
#' [drive_auth_configure()] for details on a user-configured key.
Expand Down
6 changes: 4 additions & 2 deletions man/drive_endpoints.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions man/request_generate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8ad1bd

Please sign in to comment.