We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7378e52 commit edcfc67Copy full SHA for edcfc67
README.md
@@ -413,7 +413,7 @@ client.setThrottleTime(500);
413
- **statsApiRequestOnly**: If true, the new host name is only applied for statsApi requests (default: false)
414
```js
415
// Set API hostname (e.g. for dedicated environments)
416
-client.setApiHostname('api.addsearch.com');
+client.setApiHostname('api.addsearch.com', option);
417
```
418
419
#### Set API request interceptor
0 commit comments