# ------------------------------------------------ # 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 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: Amorin given-names: Carlos email: carlos.agaf@ufpe.br repository: https://cran.r-universe.dev repository-code: https://github.com/StrategicProjects/apifetch commit: 3a74d006c3b0242bc1c9acdf33af27191e4af08f url: https://strategicprojects.github.io/apifetch/ date-released: '2026-06-26' contact: - family-names: Leite given-names: André email: leite@castlab.org