Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iknow4x/okretrofit
A network request framework based on Retrofit packaging. Its purpose is to meet the diversity and flexibility of large-scale project network requests. The project is improving...
https://github.com/iknow4x/okretrofit
retrofit2 retrofit2-rxjava2
Last synced: about 2 months ago
JSON representation
A network request framework based on Retrofit packaging. Its purpose is to meet the diversity and flexibility of large-scale project network requests. The project is improving...
- Host: GitHub
- URL: https://github.com/iknow4x/okretrofit
- Owner: iknow4x
- Created: 2019-03-18T10:18:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T03:26:50.000Z (almost 6 years ago)
- Last Synced: 2024-08-17T16:42:46.646Z (5 months ago)
- Topics: retrofit2, retrofit2-rxjava2
- Language: Java
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 基于Retrofit封装的网络请求框架
#### 其目的是为了满足网络请求的多样性的和更弹性化。在大型项目开发过程中,我们所面对的网络请求是多样性和复杂性的。
#### 比如:
* 较大文件的下载
* 使用Glide和Okhttp结合来进行图片显示
* 不同host的api请求
* ...
#### 如果我们都使用Retrofit来实现,那么我们需要针对不同的业务需求来创建不同的网络请求。
#### 在这种环境下,OkRetrofit就悄然诞生了。### A network request framework based on Retrofit packaging.
#### Its purpose is to meet the diversity and flexibility of network requests. In the development of large projects, the network requests we face are diverse and complex.
#### For example:
* the download of larger files,
* using Glide and Okhttp combined for image display,
* api requests for different hosts.
* ...
#### If we all use Retrofit to implement, then we need to create different network requests for different business needs.In this environment, OkRetrofit was quietly born.