Flow-Response-Retrofit-Adapter:带有Kotlin Flow支持的Retrofit 2 CallAdapterFactory

时间:2024-04-15 19:05:41
【文件属性】:

文件名称:Flow-Response-Retrofit-Adapter:带有Kotlin Flow支持的Retrofit 2 CallAdapterFactory

文件大小:171KB

文件格式:ZIP

更新时间:2024-04-15 19:05:41

kotlin flow coroutines retrofit2 Kotlin

流量响应改造适配器 一个小型库,其中包含使用Kotlin Flow实现的网络请求包装程序以及一个允许将此包装与Retrofit 2库一起使用的适配器。 用法 将添加到您的Retrofit配置中: Retrofit . Builder () // Some other configuration. .addCallAdapterFactory( FlowResponseCallAdapterFactory ()) .build() 在Retrofit接口中,将请求的结果包装在: interface SomeRetrofitService { @GET( " / " ) fun someNetworkRequest (): FlowResponse < SomeNetworkRequestResult> // Some


【文件预览】:
Flow-Response-Retrofit-Adapter-main
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(106B)
----.github()
--------workflows()
----sample()
--------src()
--------.gitignore(6B)
--------config.gradle(402B)
--------build.gradle(1KB)
----library()
--------src()
--------publishing.gradle(1KB)
--------.gitignore(6B)
--------publishing-config.gradle(1015B)
--------build.gradle(916B)
----gradle()
--------wrapper()
----.gitignore(1KB)
----config.gradle(435B)
----README.md(4KB)
----settings.gradle(88B)
----LICENSE.txt(11KB)
----build.gradle(345B)

网友评论