deepgram/deepgram-dotnet-sdk

The ListAllRequestsResponse class is out of sync with the response of the API

michaeljolley opened this issue · 0 comments

The UsageRequestResponseDetail class is not in alignment with the response from the API. It:

  • has a Model property that doesn't agree with the response from the API

  • has an incorrectly named Methods property

  • The UsageRequestResponseConfig class is missing several properties returned by the API

The UsageRequestResponse class is not in alignment with the response from the API. It:

  • Contains a Message property that doesn't exist

  • Is missing the Code property

  • Is missing the Completed property

  • The UsageRequestCallback is missing the Attempts property.

Documentation about this endpoint and response is located at https://developers.deepgram.com/api-reference/#usage-all