The access token to use for this endpoint.
Specifies that the request (and the Coveo Search API) does not need any kind of authentication.
This flag is only needed for specific setups when your requests are being blocked by your browser. If your queries are executing correctly, you do not need to bother.
Setting this flag will prevent the withCredentials option to be set on the XMLHttpRequest, allowing performing cross-domain requests on a server that returns * in the Access-Control-Allow-Origin HTTP header.
The password to use to log into this endpoint. Used for basic auth.
Not used if accessToken is provided.
A function which will allow external code to modify all endpoint call parameters before they are sent by the browser.
Used in very specific scenario where the network infrastructure require special request headers to be added or removed, for example.
The username to use to log into this endpoint. Used for basic auth.
Not used if accessToken is provided.
The XmlHttpRequest implementation to use instead of the native one. If not specified, the native one is used.
Possible options when creating a EndpointCaller