Retrofit 2.3.0 发布了,Retrofit 是一个类型安全的 REST 客户端,用于 Android 平台。更新内容:Retrofit now uses @Nullable to annotate all possibly-null values. We've added a compile-time dependency on the JSR 305 annotations. This is a provided dependency and does not need
Retrofit 2.1.0 发布了,retrofit 是一个类型安全的 REST 客户端,用于 Android 平台。改进日志如下:New: @HeaderMap annotation and support for supplying an arbitrary number of headers to an endpoint.New: @JsonAdapter annotations on the @Body parameter and on the method will be propagated to Moshi
for cre
Retrofit 2.0.1 发布了。改进相关日志:New: Support OkHttp's HttpUrl as a @Url parameter type.New: Support iterable and array @Part parameters using OkHttp's MultipartBody.Part.Fix: Honor backpressure in Observables created from the RxJavaCallAdapterFactory.下载地址:https://github.com/square/
Retrofit 2.0.0 正式发布了,retrofit 是一个类型安全的 REST 客户端,用于 Android 平台。。该版本的重点是提升扩展性,因此包含大量 API 的改动,与上一个版本不兼容。详细的变化请看这里。与 Beta4 版本比较的改进包括:New: RxJavaCallAdapterFactory now supports service methods which return Completable which
ign