Closed jpvajda closed 9 months ago
@jpvajda I would like to work on this issue, can you provide more context regarding it.
@UniversalDevGenius You missed it by about a day... it's already implemented here: https://github.com/dvonthenen/deepgram-python-sdk/tree/feature-sits-impl
Just need to rename a couple of functions after discussing what they should be called.
@dvonthenen Can you share me some issues that I can contribute just tag them here or assign them to me, I really appreciate if you give me an chance to work on interesting issue to start mine first every open source contribution.
hey @UniversalDevGenius drop me a line in Discord (https://dpgr.am/discord) if you are interested and we can discuss. The APIs for 3.1 are mostly finalized and the deadline is fast approaching.
hey @UniversalDevGenius drop me a line in Discord (https://dpgr.am/discord) if you are interested and we can discuss. The APIs for 3.1 are mostly finalized and the deadline is fast approaching.
Responded to you on Discord as well. Thanks for responding. Looking forward to discuss more on it.
I think this is mostly implemented and was available in v3.0.0
... might need to investigate some:
https://github.com/deepgram/deepgram-python-sdk/blob/main/deepgram/clients/manage/v1/client.py#L621-L747
Looks like new fields on the response objects. That's about the extent of the work.
@UniversalDevGenius
for the support endpoint tokens (https://github.com/deepgram/deepgram-python-sdk/issues/170), I will double check... but you should just need to enable the debug flag in the example (https://github.com/deepgram/deepgram-python-sdk/blob/main/examples/manage/usage/main.py) and then grab a copy of the response JSON (in the debug statements it will be the output starting with json:
) and then run the json through https://jsonformatter.org/json-to-python to copy over the new fields in the response objects
let me know if you have any questions or are unable to work on this. thanks for your help!
PR Merged https://github.com/deepgram/deepgram-python-sdk/pull/259. Will be available on the next release (today or tomorrow-ish).
Manage endpoints that will likely change:
request
- https://developers.deepgram.com/reference/get-requestrequests
- https://developers.deepgram.com/reference/get-all-requestsusage
- https://developers.deepgram.com/reference/summarize-usagefields
- https://developers.deepgram.com/reference/get-fields"