github-app
github-app copied to clipboard
node module to handle authentication for the GitHub Apps API
Please provide type definitions they are missing from `github-app` package and not available as `@types/github-app` standalone page.
Newest octokit is on 16.x, this repo is still on 15.x Should be a quick bump in the package.json
Hi, I tried to use Probot as a foundation for a GitHub App, which is going to be installed in our self hosted GitHub Enterprise instance. As GitHub App and...
Per discussion in https://github.com/probot/github-app/pull/8#issuecomment-325013580, it'd be nice to figure out how to avoid a direct dependency on `node-github`, which means a new version of this has to be released every...