You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param options - The options to configure the DeepgramClient instance.
38
38
* @param options.key - The Deepgram API key to use for authentication. If not provided, the `DEEPGRAM_API_KEY` environment variable will be used.
39
+
* @param options.accessToken - The Deepgram access token to use for authentication. If not provided, the `DEEPGRAM_ACCESS_TOKEN` environment variable will be used.
39
40
* @param options.global - Global options that apply to all requests made by the DeepgramClient instance.
40
41
* @param options.global.fetch - Options to configure the fetch requests made by the DeepgramClient instance.
41
42
* @param options.global.fetch.options - Additional options to pass to the fetch function, such as `url` and `headers`.
0 commit comments