# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "apifetch" in publications use:' type: software license: MIT title: 'apifetch: Token-Authenticated REST API Retrieval Toolkit' version: 0.1.0.9000 doi: 10.32614/CRAN.package.apifetch abstract: '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.' authors: - family-names: Leite given-names: André email: leite@castlab.org - family-names: Vasconcelos given-names: Hugo email: hugo.vasconcelos@ufpe.br - family-names: Bezerra given-names: Diogo email: diogo.bezerra@ufpe.br - family-names: Wasilew given-names: Marcos email: marcos.wasilew@gmail.com - family-names: Amorim given-names: Carlos email: carlos.agaf@ufpe.br repository: https://strategicprojects.r-universe.dev repository-code: https://github.com/StrategicProjects/apifetch commit: a5dd5a05287fa04ccadb33f1bf6ebab10e998f93 url: https://strategicprojects.github.io/apifetch/ date-released: '2026-06-26' contact: - family-names: Leite given-names: André email: leite@castlab.org