Update docs

This commit is contained in:
Johan Haals
2021-01-15 16:13:19 +01:00
parent 50b933d9ac
commit 48f3a5dcae
2 changed files with 15 additions and 9 deletions
@@ -60,7 +60,9 @@ const HEADERS = {
Accept: 'application/vnd.github.machine-man-preview+json',
};
// GithubAppManager issues tokens for a speicifc GitHub App
/**
* GithubAppManager issues and caches tokens for a specific GitHub App.
*/
class GithubAppManager {
private readonly appClient: Octokit;
private readonly baseAuthConfig: { appId: number; privateKey: string };