deepgram-js-sdk icon indicating copy to clipboard operation
deepgram-js-sdk copied to clipboard

Manage endpoints updated to support Tokens

Open jpvajda opened this issue 2 years ago • 4 comments

Manage endpoints that will likely change:

  • request - https://developers.deepgram.com/reference/get-request
  • requests - https://developers.deepgram.com/reference/get-all-requests
  • usage - https://developers.deepgram.com/reference/summarize-usage
  • fields - https://developers.deepgram.com/reference/get-fields

jpvajda avatar Nov 06 '23 17:11 jpvajda

I assume this means only the response body will change. Do we have any details on when that will be?

lukeocodes avatar Dec 05 '23 15:12 lukeocodes

@lukeocodes it looks like just the response shape is change for all 4 endpoints, Request / Requests has been released to production and the Console team is still working on Usage & Fields, it should go to Production this week for those 2 remaining endpoints. cc @jasonmajors

jpvajda avatar Dec 05 '23 16:12 jpvajda

did this go ahead?

lukeocodes avatar Apr 27 '24 11:04 lukeocodes

@lukeocodes Here's the implementation approach in Python: https://github.com/deepgram/deepgram-python-sdk/pull/259

There was a change to the response shape to support tokens.

jpvajda avatar Apr 30 '24 15:04 jpvajda