文件名称:ARAW:Android Reddit API包装器
文件大小:1.73MB
文件格式:ZIP
更新时间:2024-04-20 08:46:43
android kotlin reddit android-library reddit-api
原始 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