# httphelper **Repository Path**: gautohank/httphelper ## Basic Information - **Project Name**: httphelper - **Description**: 网络请求封装。retrofit + 协程 + viewmodel 流程封装 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-10 - **Last Updated**: 2022-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # httphelper #### 介绍 网络请求封装。retrofit + 协程 + viewmodel 流程封装 #### 软件架构 #### 安装教程 1. maven 仓库加入 maven { url 'https://jitpack.io' } 2. app级build gradle 引用 com.github.nocamles:httphelper:1.0.4 #### 使用说明 见demo