Type: Package
Package: Rigma
Title: Access to the 'Figma' API
Version: 0.3.0
Authors@R: c(
    person("Alexandros", "Kouretsis", , "alexandros@appsilon.com", role = c("aut", "cre")),
    person("Eli", "Pousson", , "eli.pousson@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0001-8280-1706"))
  )
Maintainer: Alexandros Kouretsis <alexandros@appsilon.com>
Description: The goal of Rigma is to provide a user friendly client to the
    'Figma' API <https://www.figma.com/developers/api>. It uses the latest
    `httr2` for a stable interface with the REST API. More than 20 methods
    are provided to interact with 'Figma' files, and teams. Get design
    data into R by reading published components and styles, converting and
    downloading images, getting access to the full 'Figma' file as a
    hierarchical data structure, and much more. Enhance your creativity
    and streamline the application development by automating the
    extraction, transformation, and loading of design data to your
    applications and 'HTML' documents.
License: MIT + file LICENSE
URL: https://github.com/AleKoure/Rigma,
        https://AleKoure.github.io/Rigma/
BugReports: https://github.com/AleKoure/Rigma/issues
Imports: bslib, checkmate, cli, dplyr, fs, glue, httr2 (>= 0.2.3),
        lubridate, magrittr, png, purrr, rlang, tibble, tidyr, withr,
        xml2
Suggests: covr, httptest2, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-02-23 21:14:31 UTC; ale
Author: Alexandros Kouretsis [aut, cre],
  Eli Pousson [aut] (<https://orcid.org/0000-0001-8280-1706>)
Repository: CRAN
Date/Publication: 2025-02-23 21:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 15:15:16 UTC; unix
