1. 首页
  2. 数据库
  3. 其它
  4. ARAW:Android Reddit API包装器 源码

ARAW:Android Reddit API包装器 源码

上传者: 2021-04-21 16:32:53上传 ZIP文件 1.73MB 热度 15次
原始 Android Reddit API包装器 信息 ARAW是专门针对android平台的reddit API包装器。 它由Kotlin,Retrofit,Moshi,OkHttp构建。 ARAW托管在Jitpack上 文献资料 您可以在以下位置找到文档: : 如何安装。 allprojects { repositories { .. . maven { url ' https://jitpack.io ' } } } dependencies { implementation ' com.github.KirkBushman:ARAW:Tag ' } 获取无用户的客户端 // step 1 - create the helper val helper = AuthUserlessHelper ( context
用户评论