GET

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class GET(value: String)

Make a GET request. if value is empty, you need to have a paramter with Url

Constructors

GET
Link copied to clipboard
fun GET(value: String = "")

Properties

value
Link copied to clipboard
val value: String