Url

annotation class Url

@GET
Call<ResponseBody> list(@Url String url);

See {@linkplain retrofit2.Retrofit.Builder#baseUrl(HttpUrl) base URL} for details of how the value will be resolved against a base URL to create the full endpoint URL.

Constructors

Url
Link copied to clipboard
fun Url()