Colton Idle
04/21/2021, 9:02 PM"<https://myapi.com/>" and an api call be @GET("auth/login")
or leave off the trailing / in baseUrl and have an api call be @GET("/auth/login")
Reason why I ask is that retrofit homepage shows:
.baseUrl("<https://api.github.com/>") and @GET("users/{user}/repos")
While retrofit samples has a SimpleService that does:
API_URL = "<https://api.github.com>" and @GET("/repos/{owner}/{repo}/contributors")