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
bidoubiwa
changed the title
Provide the possibility of adding requestOptions on every http call
Provide the possibility of adding requestOptions on any method performing a HTTP call
Apr 4, 2023
bidoubiwa
changed the title
Provide the possibility of adding requestOptions on any method performing a HTTP call
Provide the possibility of adding requestOptions on any method performing a HTTP request
Apr 4, 2023
Currently, as per #1461 it is now possible to provide a custom httpClient and requestOptions when instanciating your
Client
.See example:
meilisearch-js/tests/client.test.ts
Lines 52 to 66 in 870f0f5
Ideally, we would like to be able to provide the
requestOptions
on any method that ultimately performs an HTTP call.See example with algoliasearch
The text was updated successfully, but these errors were encountered: