Expand description
The CallEndpoint trait — type-safe endpoint invocation.
Traits§
- Build
Path - Builds a URL path by substituting capture values into
{}placeholders. - Call
Endpoint - Describes how to call a specific endpoint: what arguments it needs, how to build the URL, and how to parse the response.