QueryParam

annotation class QueryParam(val key: String)

Annotation to be used in the parameters of the methods that are going to be used as query parameters.

Parameters

key

The key of the query parameter.

Properties

Link copied to clipboard
val key: String