Package: cloudflarer
Title: Interface to the 'Cloudflare' API
Version: 0.0.0.9000
Authors@R:
person("Athanasia Mo", "Mowinckel", , "a.m.mowinckel@psykologi.uio.no",
role = c("aut", "cre", "cph"),
comment = c(
ORCID = "0000-0002-5756-0223",
GitHub = "drmowinckels"
))
Description: An 'R' interface to the 'Cloudflare' REST API
(). Wraps the v4 API
with authenticated requests, response unwrapping, paginated
list helpers, and a generic request function so users can call
any endpoint that is not yet covered by a dedicated wrapper.
License: MIT + file LICENSE
URL: https://github.com/drmowinckels/cloudflarer,
https://drmowinckels.io/cloudflarer/
BugReports: https://github.com/drmowinckels/cloudflarer/issues
Depends: R (>= 4.1.0)
Imports: cli, httr2 (>= 1.0.4), rlang
Suggests: covr, httpuv, knitr, rmarkdown, spelling, testthat (>=
3.0.0), tibble, vcr (>= 2.0.0), withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/pak/sysreqs: libssl-dev
Repository: https://drmowinckels.r-universe.dev
Date/Publication: 2026-07-09 10:19:31 UTC
RemoteUrl: https://github.com/drmowinckels/cloudflarer
RemoteRef: HEAD
RemoteSha: 7629c9d1c9902b6b8d787d4d2067629e6939e891
NeedsCompilation: no
Packaged: 2026-07-09 14:31:42 UTC; root
Author: Athanasia Mo Mowinckel [aut, cre, cph] (ORCID:
, GitHub: drmowinckels)
Maintainer: Athanasia Mo Mowinckel