Hey,
Looks like there's an issue with api-client-go and Usage API. It has a timestamp as int32 but it should be int64. Request fails with error like:
2025/02/24 18:07:01 Error retrieving flag usage: json: cannot unmarshal number 1737936000000 into Go struct field SeriesListRep.series of type int32
Probably something with openapi spec, but I couldn't find that defined here: https://app.launchdarkly.com/api/v2/openapi.json - I must be looking at wrong spec.
Thanks!
Maciej.
Hey,
Looks like there's an issue with
api-client-goand Usage API. It has a timestamp asint32but it should beint64. Request fails with error like:Probably something with openapi spec, but I couldn't find that defined here: https://app.launchdarkly.com/api/v2/openapi.json - I must be looking at wrong spec.
Thanks!
Maciej.