You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -408,6 +408,9 @@ client.setThrottleTime(500);
408
408
```
409
409
410
410
#### Set API hostname
411
+
`option` is an object with the following properties, all of which are optional. If `option` is not defined, host name will be applied for all requests.
412
+
-**searchApiRequestOnly**: If true, the new host name is only applied for searchApi requests (default: false)
413
+
-**statsApiRequestOnly**: If true, the new host name is only applied for statsApi requests (default: false)
411
414
```js
412
415
// Set API hostname (e.g. for dedicated environments)
0 commit comments