Enable support for GitHub Enterprise Server

This commit is contained in:
flmeyer
2023-05-08 17:00:05 +02:00
parent d7ae6f88f1
commit 57a77551b0
3 changed files with 9 additions and 3 deletions
@@ -23,6 +23,11 @@ export interface InitializationOptions {
* Desired log level
*/
logLevel?: LogLevel;
/**
* If a GitHub Enterprise Server should be used, the URL of the API endpoint, eg "https://ghe.my-company.com/api/v3"
*/
githubApiUrl?: string;
}
export interface RepositoryContext {