Open
Description
The doc mentions the term "relative URL" but doesn't explicitly differentiates between using an absolute and a relative one, e.g.:
@GET("users/list")
vs @GET("/users/list")
, they seem to be resolved here.
I believe it would be better to explicitly mention the difference in the page quick doc/example, or deny absolute URLs.