in src/util/useApiService.ts [20:22]
public async getApi(id: string) { return await this.httpClient(`apis/${id}`); }