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§
- Endpoint
Request Builder - Fluent builder for a typed
Endpoint.
Traits§
- Endpoint
- Describes a typed API route.
- Endpoint
Params - Applies path parameters to a
RequestBuilder. - Endpoint
Query - Applies query parameters to a
RequestBuilder.