deepgram-dotnet-sdk
deepgram-dotnet-sdk copied to clipboard
Create UnitTests That Actually Hit the API
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