Skip to main content

Module endpoint

Module endpoint 

Source
Expand description

Typed API routes via the Endpoint trait.

Define routes as types, then use Client::call for a typed EndpointRequestBuilder. See also the [endpoint!] macro for simple definitions.

Structs§

EndpointRequestBuilder
Fluent builder for a typed Endpoint.

Traits§

Endpoint
Describes a typed API route.
EndpointParams
Applies path parameters to a RequestBuilder.
EndpointQuery
Applies query parameters to a RequestBuilder.