Skip to content

Commit d8ad1bd

Browse files
committed
"Fix" some URLs
1 parent c690d23 commit d8ad1bd

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

R/drive_endpoints.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
#' The names of this list (or the `id` sub-elements) are the nicknames that can
1111
#' be used to specify an endpoint in [request_generate()]. For each endpoint, we
1212
#' store its nickname or `id`, the associated HTTP verb, the `path`, and details
13-
#' about the parameters. This list is derived programmatically from the [Drive
14-
#' API v3 Discovery
15-
#' Document](https://www.googleapis.com/discovery/v1/apis/drive/v3/rest) using
16-
#' the approach described in the [Discovery Documents
13+
#' about the parameters. This list is derived programmatically from the Drive
14+
#' API v3 Discovery Document
15+
#' (`https://www.googleapis.com/discovery/v1/apis/drive/v3/rest`) using the
16+
#' approach described in the [Discovery Documents
1717
#' section](https://gargle.r-lib.org/articles/request-helper-functions.html#discovery-documents)
1818
#' of the gargle vignette [Request helper
1919
#' functions](https://gargle.r-lib.org/articles/request-helper-functions.html).

R/request_generate.R

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#'
33
#' @description Build a request, using knowledge of the [Drive v3
44
#' API](https://developers.google.com/drive/api/v3/about-sdk) from its
5-
#' [Discovery
6-
#' Document](https://www.googleapis.com/discovery/v1/apis/drive/v3/rest). Most
7-
#' users should, instead, use higher-level wrappers that facilitate common
8-
#' tasks, such as uploading or downloading Drive files. The functions here are
5+
#' Discovery Document
6+
#' (`https://www.googleapis.com/discovery/v1/apis/drive/v3/rest`). Most users
7+
#' should, instead, use higher-level wrappers that facilitate common tasks,
8+
#' such as uploading or downloading Drive files. The functions here are
99
#' intended for internal use and for programming around the Drive API.
1010
#'
1111
#' @description `request_generate()` lets you provide the bare minimum of input.
@@ -25,7 +25,7 @@
2525
#' for an API key in the absence of a token is explained in Google's document
2626
#' "Credentials, access, security, and identity"
2727
#' (`https://support.google.com/googleapi/answer/6158857?hl=en&ref_topic=7013279`).
28-
#' In order of precedence, these sources are consulted: the formal `key`
28+
#' In order of precedence, these sources are consulted: the formal `key`
2929
#' argument, a `key` parameter in `params`, a user-configured API key fetched
3030
#' via [drive_api_key()], a built-in key shipped with googledrive. See
3131
#' [drive_auth_configure()] for details on a user-configured key.

man/drive_endpoints.Rd

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/request_generate.Rd

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)