deepgram / deepgram-python-sdk

Official Python SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
175 stars 47 forks source link

Remove `deepgram.listen`, `deepgram.manage|onprem`, etc Dot Notation #378

Open dvonthenen opened 2 months ago

dvonthenen commented 2 months ago

Proposed changes

We should just require users to directly instantiate the classes and no longer have the Dot Notation mechanism. This is more or less a Javascript construct that we shouldn't carry forward in the next major version.

We had to ditch this in the .NET SDK because of the way .NET packaging works. It's actually what contributed to the "global" timeout issue here: https://github.com/deepgram/deepgram-dotnet-sdk/pull/207#issuecomment-1927872852

Context

Na

Possible Implementation

NA

Other information

NA