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', {
194194#### Setting the endpoint
195195
196196Some 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 .
199199
200200Either pass the ` endpoint ` option, or set the ` SEAM_ENDPOINT ` environment variable.
201201
202202#### Configuring the Axios Client
203203
204204The Axios client and retry behavior may be configured with custom initiation options
205- via ` axiosOptions ` and ` axiosRetryOptions ` .
205+ via [ ` axiosOptions ` ] and [ ` axiosRetryOptions ` ] [ axiosRetryOptions ] .
206206Options are deep merged with the default options.
207207
208+ [ axiosOptions ] : https://axios-http.com/docs/config_defaults
209+ [ axiosRetryOptions ] : https://github.com/softonic/axios-retry
210+
208211#### Using the Axios Client
209212
210213The Axios client is exposed and may be used or configured directly:
You can’t perform that action at this time.
0 commit comments