-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
45 lines (45 loc) · 1.45 KB
/
DESCRIPTION
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
Package: webmockr
Title: Stubbing and Setting Expectations on 'HTTP' Requests
Description: Stubbing and setting expectations on 'HTTP' requests.
Includes tools for stubbing 'HTTP' requests, including expected
request conditions and response conditions. Match on
'HTTP' method, query parameters, request body, headers and
more. Can be used for unit tests or outside of a testing
context.
Version: 1.0.2.91
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"), email =
"[email protected]", comment = c(ORCID="0000-0003-1444-9135")),
person("Aaron", "Wolen", role = "ctb",
comment = c(ORCID="0000-0003-2542-2202")),
person("rOpenSci", role = "fnd", comment = "https://ropensci.org")
)
License: MIT + file LICENSE
URL: https://github.com/ropensci/webmockr,
https://books.ropensci.org/http-testing/,
https://docs.ropensci.org/webmockr/
BugReports: https://github.com/ropensci/webmockr/issues
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
Imports:
curl,
jsonlite,
magrittr (>= 1.5),
R6 (>= 2.1.3),
urltools (>= 1.6.0),
fauxpas,
crul (>= 0.7.0),
rlang,
cli
Suggests:
testthat,
xml2,
vcr,
httr,
httr2,
diffobj
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: Web
X-schema.org-keywords: http, https, API, web-services, curl, mock, mocking, fakeweb, http-mocking, testing, testing-tools, tdd
X-schema.org-isPartOf: https://ropensci.org