private getUrl()

in src/datasource.ts [532:534]


  private getUrl(postfix: string): string {
    return `${this.url}${API_PREFIX}${postfix}`;
  }