deepgram / deepgram-js-sdk

Official JavaScript SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
138 stars 51 forks source link

Documentation - optional apiUrl in the Deepgram constructor #75

Closed SandraRodgers closed 1 year ago

SandraRodgers commented 1 year ago

The SDK is set up so that the constructor accepts a required apiKey, but it can also take an optional apiUrl.

constructor(apiKey: string, apiUrl?: string)

This could be added to the documentation.

michaeljolley commented 1 year ago

Are you wanting it added to the actual documentation? If so, this should probably live in that repository.