-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 928 Bytes
/
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
Package: webmiddens
Title: Cache Mocked 'HTTP' Requests
Description: Cache mocked 'HTTP' requests, leveraging 'webmockr'
for the 'HTTP' request matching.
Version: 0.0.4.91
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID="0000-0003-1444-9135"))
)
License: MIT + file LICENSE
URL: https://github.com/sckott/webmiddens (devel)
https://sckott.github.io/webmiddens/ (docs)
BugReports: https://github.com/sckott/webmiddens/issues
LazyData: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
Imports:
R6,
webmockr (>= 0.6.2.92),
hoardr,
callr
Suggests:
testthat,
jsonlite,
crul
Remotes: ropensci/webmockr@middens
RoxygenNote: 7.1.1
X-schema.org-applicationCategory: Web
X-schema.org-keywords: http, https, API, curl, mock, mocking, fakeweb, http-mocking, testing, testing-tools, tdd