在kotlin中使用retrofit+rxjava2

首先建立個retrofit的單列 /** * Created by JokAr on 2017/6/5. */ class NetworkConfig private constructor() { private val DEFAULT_TIMEOUT: Long = 15 private val BASE_URL: String = "http://gank.io/api"
相關文章
相關標籤/搜索