Skip to content

Commit

Permalink
chore: add missing endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor committed Feb 14, 2025
1 parent af12875 commit 7ef96e4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/service-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ type ServiceEndpointsList = ServiceEndpoint[];
// @see https://api.cloud.yandex.net/endpoints
export const SERVICE_ENDPOINTS_LIST: ServiceEndpointsList = [
{
// TODO: UNKNOWN ENDPOINTS !!!
endpoint: '',
endpoint: 'airflow.api.cloud.yandex.net:443',
serviceIds: ['yandex.cloud.airflow.v1.ClusterService'],
},
{
endpoint: 'api.speechsense.yandexcloud.net:443',
serviceIds: [
'yandex.cloud.airflow.v1.ClusterService',
'yandex.cloud.speechsense.v1.ClassifiersService',
'yandex.cloud.speechsense.v1.ProjectService',
'yandex.cloud.speechsense.v1.TalkService',
Expand Down

0 comments on commit 7ef96e4

Please sign in to comment.