File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -194,17 +194,20 @@ const seam = SeamHttp.fromApiKey('some-api-key', {
194
194
#### Setting the endpoint
195
195
196
196
Some contexts may need to override the API endpoint,
197
- e.g., testing or proxy setup .
198
- This option corresponds to the setting Axios ` baseURL ` .
197
+ e.g., testing or proxy setups .
198
+ This option corresponds to the Axios ` baseURL ` setting .
199
199
200
200
Either pass the ` endpoint ` option, or set the ` SEAM_ENDPOINT ` environment variable.
201
201
202
202
#### Configuring the Axios Client
203
203
204
204
The Axios client and retry behavior may be configured with custom initiation options
205
- via ` axiosOptions ` and ` axiosRetryOptions ` .
205
+ via [ ` axiosOptions ` ] and [ ` axiosRetryOptions ` ] [ axiosRetryOptions ] .
206
206
Options are deep merged with the default options.
207
207
208
+ [ axiosOptions ] : https://axios-http.com/docs/config_defaults
209
+ [ axiosRetryOptions ] : https://github.com/softonic/axios-retry
210
+
208
211
#### Using the Axios Client
209
212
210
213
The Axios client is exposed and may be used or configured directly:
You can’t perform that action at this time.
0 commit comments