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
Hi @tropikoder,
Very sorry for the delay of answer. This part of the code was added a long time ago by a contributor to refactor the SDK; it was designed to create customizable handlers for each class such as :
private final IndexHandler indexHandler = new IndexHandler(serviceTemplate, serviceTemplate.getRequestFactory());
But the final code was never merged so this part of the code is not fully functional. A big refactoring of the SDK is planned with only the use of the OkHttp client and will be available in a few weeks if all goes well.
I'm not sure if my answer will help you a lot...
what i need is to build a com.meilisearch.sdk.Client that uses OkHttp and jackson whenever it makes requests
I read the example on OkHttp in the documentation (and in the test source), but don't understand where to use the resulting
serviceTemplate
.Thank you
The text was updated successfully, but these errors were encountered: