-
Notifications
You must be signed in to change notification settings - Fork 12
/
_pkgdown.yml
89 lines (88 loc) · 1.93 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
79
80
81
82
83
84
85
86
87
88
89
reference:
- title: "vcr"
desc: >
High level overview of package
contents:
- vcr
- vcr-package
- title: "Configuration"
desc: >
Use use_vcr to get started
contents:
- use_vcr
- starts_with("vcr_config")
- title: "Main functions"
desc: >
Probably the only functions you'll need
contents:
- use_cassette
- insert_cassette
- eject_cassette
- title: "Recording and matching"
desc: >
Details on recording and request matching options
contents:
- recording
- request-matching
- title: "vcr in tests"
desc: >
Functions for more custom workflows
contents:
- skip_if_vcr_off
- vcr_test_path
- title: "Check current recording state"
contents:
- real_http_connections_allowed
- title: "Enable/Disable vcr"
contents:
- turn_off
- turn_on
- turned_off
- turned_on
- title: "Managing cassettes"
contents:
- as.cassette
- as.cassettepath
- cassette_path
- cassettes
- current_cassette
- check_cassette_names
- http_interactions
- title: "Internals"
desc: >
You shouldn't need to use these directly
contents:
- Cassette
- HTTPInteraction
- HTTPInteractionList
- Persisters
- Request
- RequestHandler
- RequestHandlerCrul
- RequestHandlerHttr
- RequestHandlerHttr2
- RequestMatcherRegistry
- Serializers
- serializer_fetch
- UnhandledHTTPRequestError
- VcrResponse
- request_summary
- response_summary
- vcr_log_file
- vcr_log_info
- crul_request
- str_splitter
articles:
- title: All vignettes
desc: ~
contents:
- '`vcr`'
- '`cassette-manual-editing`'
- '`configuration`'
- '`request_matching`'
- '`debugging`'
- '`write-to-disk`'
- '`record-modes`'
- '`lightswitch`'
- '`internals`'
- '`design`'