What kinds of things can I do with GitHub apps #24905
-
Other than adding labels to issues, as shown in the quickstart guide, what sorts of things can I do with GitHub apps? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @ghfan Thanks for being part of the GitHub Community Forum! GitHub Apps are the most powerful way to utilize GitHub’s expansive REST and GraphQL APIs. In addition to having access to most of the API endpoints available to developers, only GitHub Apps have access to the Checks API. GitHub Apps also have granular permissions that allow apps access to only what they need, which is an advantage over OAuth apps. For examples of smaller apps, you can check out Probot apps. For examples of larger scale apps, check out GitHub Marketplace! I hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi @ghfan Thanks for being part of the GitHub Community Forum!
GitHub Apps are the most powerful way to utilize GitHub’s expansive REST and GraphQL APIs. In addition to having access to most of the API endpoints available to developers, only GitHub Apps have access to the Checks API. GitHub Apps also have granular permissions that allow apps access to only what they need, which is an advantage over OAuth apps. For examples of smaller apps, you can check out Probot apps. For examples of larger scale apps, check out GitHub Marketplace!
I hope this helps!