|
1 | 1 | Package: ghapps |
2 | 2 | Type: Package |
3 | | -Title: Authenticate as a GitHub App |
| 3 | +Title: Authenticate as a'GitHub' App |
4 | 4 | Version: 1.0.0 |
5 | 5 | Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), |
6 | 6 | email = "jeroen@berkeley.edu", |
7 | 7 | comment = c(ORCID = "0000-0002-4035-0289")) |
8 | | -Description: GitHub apps provide a powerful way to manage fine grained |
9 | | - programmatic access to specific git repositories, without having to |
10 | | - create dummy users, and which are safer than a PAT for automated tasks. |
11 | | - This package extends 'gh' to let you authenticate and interact with the |
12 | | - GitHub API in R on behalf of an app. |
| 8 | +Description: 'GitHub' apps provide a powerful way to manage fine grained |
| 9 | + programmatic access to specific 'git' repositories, without having to |
| 10 | + create dummy users, and which are safer than a personal access token |
| 11 | + for automated tasks. This package extends the 'gh' package to let you |
| 12 | + authenticate and interact with 'GitHub' <https://docs.github.com/en/rest/overview> |
| 13 | + in 'R' as an app. |
13 | 14 | License: MIT + file LICENSE |
14 | 15 | URL: https://github.com/r-lib/ghapps |
15 | 16 | Encoding: UTF-8 |
|