in src/app/teamcity/teamcity-service.js [131:142]
async _fetchTeamcity(teamcityService, path, query) {
return await this.dashboardApi.fetch(
teamcityService.id,
`app/rest/${API_VER}/${path}`,
{
query,
headers: {
'Content-Type': 'application/json',
Accept: 'application/json'
}
});
}