Jorge Rodriguez

Results 1 issues of Jorge Rodriguez

Retrofit endpoint definition is really easy and that is why it is so commonly used ```java @GET("group/{id}/users") Call groupList(@Path("id") int groupId); ``` However, when declaring the URL within the annotation...

rule