DataDog / datadog-api-client-typescript

Typescript client for the Datadog API
http://datadoghq.dev/datadog-api-client-typescript/
Apache License 2.0
75 stars 14 forks source link

Catalog v3 #1649

Open alper opened 2 weeks ago

alper commented 2 weeks ago

I don't really see anything about Service Catalog v3 in this client?

The stuff here: https://docs.datadoghq.com/service_catalog/service_definitions/

And even then, I don't see exactly which string I should put in the unstable field to make it work.

therve commented 2 weeks ago

Hi,

Unstable setting is documented here: https://github.com/DataDog/datadog-api-client-typescript?tab=readme-ov-file#unstable-endpoints

Service definition v3 is not yet documented in the clients, we'll ping the team responsible for it. Thanks

alper commented 2 weeks ago

I saw that but I don't get what string I should put there.

Or in this case I scanned the client code and there's nothing in there. So it wouldn't make a difference either way?

therve commented 2 weeks ago

What's the operation you want to enable? The service definition endpoints are not in beta so there is nothing to do.

alper commented 2 weeks ago

I want to hit this: https://docs.datadoghq.com/service_catalog/service_definitions/#v30-api-endpoints-alpha

therve commented 2 weeks ago

This endpoint is not supported in the clients yet.