Skip to main content

Module call

Module call 

Source
Expand description

The CallEndpoint trait — type-safe endpoint invocation.

Traits§

BuildPath
Builds a URL path by substituting capture values into {} placeholders.
CallEndpoint
Describes how to call a specific endpoint: what arguments it needs, how to build the URL, and how to parse the response.