Package: plug
Type: Package
Title: Secure and Intuitive Access to 'Plug' Interface
Version: 0.1.0
Date: 2025-01-09
Authors@R: c(
            person("Andre", "Leite", email = "leite@castlab.org", role = c("aut", "cre")),
            person("Felipe", "Ferreira", email = "felipe.ferreira@semobi.pe.gov.br", role = "aut"),
            person("Hugo", "Vaconcelos", email = "hugo.vasconcelos@ufpe.br", role = "aut"),
            person("Diogo", "Bezerra", email = "diogo.bezerra@ufpe.br", role = "aut"),
            person("Roger", "Azevedo", email = "roger.azevedo@tpfe.com.br", role = "aut")
            )
Description: Provides a secure and user-friendly interface to interact with the 'Plug' <https://plugbytpf.com.br> 'API'. It enables developers to store and manage tokens securely using the 'keyring' package, retrieve data from 'API' endpoints with the 'httr2' package, and handle large datasets with chunked data fetching. Designed for simplicity and security, the package facilitates seamless integration with 'Plug' ecosystem.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: tibble, httr2, glue, keyring
URL: <https://github.com/StrategicProjects/plug>
Config/Needs/website: tidyverse/tidytemplate
NeedsCompilation: no
Packaged: 2025-01-10 16:12:42 UTC; leite
Author: Andre Leite [aut, cre],
  Felipe Ferreira [aut],
  Hugo Vaconcelos [aut],
  Diogo Bezerra [aut],
  Roger Azevedo [aut]
Maintainer: Andre Leite <leite@castlab.org>
Repository: CRAN
Date/Publication: 2025-01-13 17:50:07 UTC
