get

Creates a GET endpoint for the provided uriWithParameters.

Parameters

uriWithParameters

URI template matched by the endpoint.


Creates a GET endpoint by supplying a literal path.

Parameters

path

slash-separated segments describing the URI template.


Creates a GET endpoint that uses a single parameter placeholder (path or query).

Parameters

parameter

parameter whose name and codec derive the template segment.