-
Hi,
https://github.com/square/retrofit/blob/master/CHANGELOG.md entry for 2.0.0-beta4 do not mention package name changes regarding
``` java
import retrofit2.Result
```
in 2.0.0-beta3 this resolve…
n0mer updated
8 years ago
-
this is my service
```
@POST("documents")
Observable getDocuments(@Body DocumentRequest documentRequest);
```
and i have pojo DocumentRequest
```
@JsonObject
public class DocumentRequest {
…
-
Based on this issue: https://github.com/mikepenz/AboutLibraries/issues/185
@mikepenz you said:
```
they are excluded of the auto detection by default. this is intended. You can simply add them with …
-
Some classes used in this repo are not available in the published library.
-
When trying to add the RxJavaCallDapterFactory to Retrofit, the compiler is telling me the .addCallAdapter expects a retrofit2.CallAdapter.Factory and I'm passing in retrofit.RxJavaCallAdapterFactory
…
-
Hi.
We need to interpret an empty body response as an empty observable (completes, no errors, no items emitted). The response code from the server is HTTP 200. The current Retrofit implementation thr…
-
While building [this Build.kt](https://github.com/PaulWoitaschek/MaterialAudiobookPlayer/blob/1578e312e57724b2bd332d71ed15ccf3c3855e45/kobalt/src/Build.kt)
```
Exception in thread "main" kotlin.Kotli…
-
Got this runtime error with glide `4.0.0-SNAPSHOT` and `okhttp3-integration 2.0.0-SNAPSHOT`, along OkHttp `3.0.1`
``` java
FATAL EXCEPTION: OkHttp Dispatcher
Process: com.myapp.android.debug, PID: 21…
ghost updated
8 years ago
-
I'm getting the `AbstractMethodError` with this build.gradle... I saw talk about having the proper versions of retrofit2 and [okhttp3 shown at this issue](https://github.com/square/retrofit/issues/147…
-
完整错误:java.lang.IllegalArgumentException: Could not locate call adapter for rx.Observable>. Tried: \* retrofit2.ExecutorCallAdapterFactory