Package: ghapps
Type: Package
Title: Authenticate as a 'GitHub' App
Version: 1.1.1
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), 
    email = "jeroenooms@gmail.com",
    comment = c(ORCID = "0000-0002-4035-0289"))
Description: 'GitHub' apps provide a powerful way to manage fine grained
    programmatic access to specific 'git' repositories, without having to
    create dummy users, and which are safer than a personal access token
    for automated tasks. This package extends the 'gh' package to let you
    authenticate and interact with 'GitHub' <https://docs.github.com/en/rest/overview>
    in 'R' as an app.
License: MIT + file LICENSE
URL: https://r-lib.r-universe.dev/ghapps
BugReports: https://github.com/r-lib/ghapps/issues
Encoding: UTF-8
RoxygenNote: 7.3.2.9000
Imports: gh, jose, openssl
NeedsCompilation: no
Packaged: 2024-10-03 14:12:34 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-04 09:10:08 UTC
Built: R 4.6.0; ; 2025-11-02 04:11:54 UTC; windows
