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
I would like to use your library with Retrofit. This requires a converter factory which is used to introduce the parser to Retrofit.
// Retrofit 2 example with GsonnewRetrofit.Builder()
.baseUrl("https://raw.githubusercontent.com")
.addConverterFactory(GsonConverterFactory.create())
.build();
You can find Retrofit converters for other parsers here and use them as a starting point. It would be great if you can provide the converter factory.
The text was updated successfully, but these errors were encountered:
I would like to use your library with Retrofit. This requires a converter factory which is used to introduce the parser to Retrofit.
You can find Retrofit converters for other parsers here and use them as a starting point. It would be great if you can provide the converter factory.
The text was updated successfully, but these errors were encountered: