How to set custom service implementation in Retrofit2?

前端 未结 0 676
南笙
南笙 2021-01-19 04:17

Let\'s assume I have some api:

interface SomeApi {

    @GET("api/some")
    suspend fun getSome(): List
}

And its c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题