Package: tmdbR
Type: Package
Title: Modern 'R' Client for 'The Movie Database' API
Version: 0.2.2
Authors@R: c(
    person("Gordon", "Kuzet", role = c("aut", "cre", "cph"),
           email = "gordon@kuzet.com"),
    person("Andrea", "Capozio", role = c("ctb", "cph"),
           comment = "Author of the legacy TMDb 1.1 package on which the compatibility interface is based"))
Copyright: Original 'TMDb' 1.1 components copyright Andrea Capozio.
        'tmdbR' modifications copyright Gordon Kuzet.
Description: A modern, tested client for version 3 of 'The Movie Database'
    ('TMDB') API. It modernises the interface originally provided by the
    legacy 'TMDb' package by Capozio (2020)
    <https://CRAN.R-project.org/package=TMDb> while adding secure web
    requests, bearer-token authentication, structured errors, retries, safe
    query encoding, and automatic pagination.
License: Artistic-2.0
URL: https://developer.themoviedb.org/docs/getting-started,
        https://CRAN.R-project.org/package=TMDb,
        https://github.com/vader75/tmdbR
BugReports: https://github.com/vader75/tmdbR/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports: httr2 (>= 1.0.0), jsonlite (>= 1.8.0)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-08-21 21:39:19 UTC; gkuzet
Author: Gordon Kuzet [aut, cre, cph],
  Andrea Capozio [ctb, cph] (Author of the legacy TMDb 1.1 package on
    which the compatibility interface is based)
Maintainer: Gordon Kuzet <gordon@kuzet.com>
Repository: CRAN
Date/Publication: 2026-09-01 09:00:02 UTC
