Url

annotation class Url

@GET()

suspend fun request(@Url url: String): List< Comment>

Constructors

Url
Link copied to clipboard
fun Url()