SimpleApiClient icon indicating copy to clipboard operation
SimpleApiClient copied to clipboard

A configurable api client based on Retrofit2 and RxJava2 for android

Results 6 SimpleApiClient issues
Sort by recently updated
recently updated
newest added

after updated to latest , com.jaychang.sac.annotation.MultiPart not found and i cannot upload images using multipart .works smoothly before

how can i use SmartCache (http://dimitrovskif.github.io/SmartCache) in this library..or any other cache first api call method available( first fetch from cache for faster, then update it from response) or how...

Moshi doesn't [support serialising java super type (i.e. Observable is a java class)](https://github.com/square/moshi/issues/372)

bug

@jaychang0917 Hi, thanks your library, I am using java in `SimpleApiClient`, if I want to manually cancel network request or enable autoCancel, using java, How should I modify it? Thank...

Please change `api ` to `implementation`, because some of the dependency libraries used by "SimpleApiClient" are not the latest version, prevents conflicts between library versions and app versions. dependencies {...

sorry i unexpectedly closed that issue this is i got.. java.lang.IllegalArgumentException: @Part parameters can only be used with multipart encoding. (parameter #3) for method EkalawyaApi.updateProfile at retrofit2.ServiceMethod$Builder.methodError(ServiceMethod.java:752) at retrofit2.ServiceMethod$Builder.methodError(ServiceMethod.java:743) at...

enhancement