queryParam

Declare that a parameter will be transmitted to the API through the query string.

It will be serialized as part of a JSON object, and will go through URL serialization. The serialization format is not customizable.

@safe
queryParam
(
string identifier
,
string field
)

Meta