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.
@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.