setConfig
Last updated
Last updated
Defined in:
Allows you to pass in the siteKey and API key manually in case you want it to be dynamically set. If you don't use this function, the SDK will default to using process.env.VENUE_SITE_KEY and process.env.VENUE_API_KEY instead.
params
{ options
: Partial
<RequestOptions
>; siteKey
: string
; }
params.options
?
Partial
<RequestOptions
>
params.siteKey
string
void