[FIX] Rename RequestService en ScientifiqueRequestService

RepositoryAndroid
Renaud BEURET 1 year ago
parent e911683662
commit fe5734143f

@ -15,7 +15,7 @@ private const val API_BASE_URL = ""
val httpClient = OkHttpClient() val httpClient = OkHttpClient()
interface RequestService { interface ScientifiqueRequestService {
@GET("scientifiques/{index}/{count}") @GET("scientifiques/{index}/{count}")
fun getScientifiques(@Path("index") index: Int, @Path("count") count: Int): Call<List<ScientifiqueDTO>> fun getScientifiques(@Path("index") index: Int, @Path("count") count: Int): Call<List<ScientifiqueDTO>>
Loading…
Cancel
Save