-
Notifications
You must be signed in to change notification settings - Fork 33
/
_pkgdown.yml
79 lines (70 loc) · 1.96 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
url: https://gargle.r-lib.org/
development:
mode: auto
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="gargle.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
news:
releases:
- text: "gargle 1.2.0"
href: https://www.tidyverse.org/blog/2021/07/gargle-1-2-0/
- text: "gargle's debut on CRAN"
href: https://www.tidyverse.org/blog/2019/08/gargle-hello-world/
reference:
- title: "Fetching credentials"
desc: >
Load an existing token or obtain a new one
contents:
- token_fetch
- starts_with("credentials")
- gargle_oauth_sitrep
- starts_with("cred_funs")
- starts_with("gargle_oauth_client")
- starts_with("token")
- gce_instance_service_accounts
- gargle_secret
- title: "Requests and responses"
desc: >
Helpers for forming HTTP requests and processing the response
contents:
- starts_with("request")
- starts_with("response")
- field_mask
- title: "Classes"
desc: >
Classes to represent a token or auth state and their constructors
contents:
- Gargle2.0
- gargle2.0_token
- AuthState
- init_AuthState
- title: "Options"
contents:
- gargle_options
- title: "Demo assets"
desc: >
Assets to aid experimentation during development (not for production use!)
contents:
- gargle_api_key
articles:
- title: For users of packages that use gargle for auth
navbar: ~
contents:
- non-interactive-auth
- troubleshooting
- auth-from-web
- get-api-credentials
- title: For package developers and advanced users
contents:
- how-gargle-gets-tokens
- gargle-auth-in-client-package
- oauth-client-not-app
- articles/managing-tokens-securely
- request-helper-functions
- title: Gargle development
desc: Internal development notes
contents:
- articles/google-compute-engine