interface BacklogConfig {
    getAccessToken(): undefined | string;
    getApiKey(): undefined | string;
    getBaseUrl(): URL;
    getDefaultRequestOptions(): undefined | BacklogApiRequestOption;
}

Implemented by

Methods

  • Returns undefined | string

  • Returns undefined | string

  • Returns URL