deepgram-rust-sdk
deepgram-rust-sdk copied to clipboard
Support changing the base URL
Proposed changes
The SDK is hardcoded to use api.deepgram.com as the base URL, but self-hosted customers use a different URL.
Wherever api.deepgram.com is used, it should be replaced with a variable the user can define.
Context
To support self-hosted setups.
Possible Implementation
Other information
Feedback from a customer