Package: apifetch Type: Package Title: Token-Authenticated REST API Retrieval Toolkit Version: 0.1.0.9000 Date: 2026-06-26 Authors@R: c( person("André", "Leite", email = "leite@castlab.org", role = c("aut", "cre")), person("Hugo", "Vasconcelos", email = "hugo.vasconcelos@ufpe.br", role = "aut"), person("Diogo", "Bezerra", email = "diogo.bezerra@ufpe.br", role = "aut"), person("Marcos", "Wasilew", email = "marcos.wasilew@gmail.com", role = "aut"), person("Carlos", "Amorim", email = "carlos.agaf@ufpe.br", role = "aut")) Description: A small, dependency-light toolkit for talking to token-authenticated REST APIs. It manages authentication tokens in process environment variables (never written to disk), builds requests with configurable authentication and pagination strategies, and retrieves paginated data either one page at a time or in chunks combined into a single tibble. The design is API-agnostic: a single 'apifetch_api' profile describes an endpoint together with how it authenticates and paginates, so the same verbs work across different services. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0) Imports: cli, dplyr, httr2, stats, tibble, utils Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://github.com/StrategicProjects/apifetch, https://strategicprojects.github.io/apifetch/ BugReports: https://github.com/StrategicProjects/apifetch/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libssl-dev Repository: https://strategicprojects.r-universe.dev Date/Publication: 2026-07-03 14:31:03 UTC RemoteUrl: https://github.com/strategicprojects/apifetch RemoteRef: HEAD RemoteSha: a5dd5a05287fa04ccadb33f1bf6ebab10e998f93 NeedsCompilation: no Packaged: 2026-07-03 15:10:14 UTC; root Author: André Leite [aut, cre], Hugo Vasconcelos [aut], Diogo Bezerra [aut], Marcos Wasilew [aut], Carlos Amorim [aut] Maintainer: André Leite