```ts const backlog = new backlogjs.Backlog({ host: 'xxx.backlog.jp', accessToken: 'yourAccessToken', fetcher: myCustomFetcher }) ```