interface BacklogHttpFetcher {
    fetch(url: URL, options: object): Promise<BacklogHttpResponse>;
}

Methods

Methods