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
`configurationObject` contains 2 keys: <string>`url` and <object>`headers`. Modify the `configurationObject` before it is sent.
418
+
419
+
`option` is an object with the following properties, all of which are optional. If `option` is not defined, the interceptor will be used for all requests.
420
+
-**searchApiRequestOnly**: If true, the interceptor is only used for searchApi requests (default: false)
421
+
-**statsApiRequestOnly**: If true, the interceptor is only used for statsApi requests (default: false)
422
+
418
423
```js
419
424
functioncallback(configurationObject) {
420
425
configurationObject.headers['X-Api-Key'] ='YOUR API KEY';
0 commit comments