<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Token-Authenticated REST API Retrieval Toolkit</dc:title>
  <dc:title>R package apifetch version 0.1.0</dc:title>
  <dc: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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.1.0)</dc:relation>
  <dc:relation>Imports: cli, dplyr, httr2, stats, tibble, utils</dc:relation>
  <dc:relation>Suggests: knitr, rmarkdown, testthat (&gt;= 3.0.0)</dc:relation>
  <dc:creator>André Leite &lt;leite@castlab.org&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>André Leite [aut, cre],
  Hugo Vasconcelos [aut],
  Diogo Bezerra [aut],
  Marcos Wasilew [aut],
  Carlos Amorin [aut]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=apifetch/LICENSE)</dc:rights>
  <dc:date>2026-07-02</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=apifetch</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.apifetch</dc:identifier>
</oai_dc:dc>
