-
Notifications
You must be signed in to change notification settings - Fork 4
/
plumber_pkgdown.yml
122 lines (106 loc) · 2 KB
/
plumber_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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
url: https://www.rplumber.io
# development:
# mode: auto
template:
package: tidytemplate
bootstrap: 5
assets: pkgdown/assets
bslib:
primary: "#1f6b5d"
navbar-background: "#eefff6"
trailing_slash_redirect: true
authors:
Jeff Allen:
href: https://trestletech.com/
articles:
- title: Creating APIs in R with Plumber
navbar: ~
# desc: description here
contents:
- 'introduction'
- 'quickstart'
- 'routing-and-input'
- 'rendering-output'
- 'execution-model'
- 'security'
- 'hosting'
- 'programmatic-usage'
- 'annotations'
- 'tips-and-tricks'
- 'migration'
# - title: Examples
# navbar: Examples
# # desc: description here
# contents:
# - 'ex-github'
# - 'ex-mailgun'
reference:
- title: Router
contents:
- 'plumb'
- 'plumb_api'
- 'pr'
- 'pr_run'
- 'options_plumber'
- 'is_plumber'
- title: Router Methods
contents:
- 'pr_get'
- 'pr_post'
- 'pr_put'
- 'pr_delete'
- 'pr_head'
- 'pr_handle'
- 'pr_mount'
- 'pr_static'
- title: Router Hooks
contents:
- 'pr_hook'
- 'pr_hooks'
- 'pr_cookie'
- 'pr_filter'
- title: Router Defaults
contents:
- 'pr_set_api_spec'
- 'pr_set_docs'
- 'pr_set_serializer'
- 'pr_set_parsers'
- 'pr_set_404'
- 'pr_set_error'
- 'pr_set_debug'
- 'pr_set_docs_callback'
- title: Visual Documentation Interface
contents:
- 'pr_set_api_spec'
- 'pr_set_docs'
- 'register_docs'
- 'validate_api_spec'
- title: Body Parsers
contents:
- 'register_parser'
- 'parser_form'
- 'get_character_set'
- title: Response
contents:
- 'as_attachment'
- 'register_serializer'
- 'serializer_json'
- 'endpoint_serializer'
- 'include_file'
- title: Cookies and Filters
contents:
- 'pr_cookie'
- 'random_cookie_key'
- 'session_cookie'
- 'forward'
- title: R6 Constructors
contents:
- 'Plumber'
- 'PlumberEndpoint'
- 'PlumberStatic'
- 'PlumberStep'
- 'Hookable'
news:
releases:
- text: "Version 1.1.0"
href: https://blog.rstudio.com/2021/03/29/plumber-v1-1-0/