deepgram / deepgram-dotnet-sdk

.NET SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
30 stars 31 forks source link

Create UnitTests That Actually Hit the API #251

Open dvonthenen opened 6 months ago

dvonthenen commented 6 months ago

Proposed changes

While the existing unit tests are good at ensuring the SDK adheres to predefined interfaces, they do nothing to ensure the SDK actually works.

I was implementing a Microphone example to exercise the functionality of the LiveClient, but I ended up going down a rabbit hole of trying to fix the LiveClient. The latest alpha4 release broke the Live and PreRecorded Clients.

Continuing down the path of creating a bunch of example code like in the other SDKs to prove end-to-end the Clients work as designed until I get "real" end-to-end tests working.

Context

NA

Possible Implementation

NA

Other information

NA