Skip to main content

Module values

Module values 

Source
Expand description

The arguments for one operation, keyed on the names the document uses.

This is the seam that lets one request builder serve two callers. A CLI translates flags into a Values; a generated Rust wrapper builds one directly from typed arguments. Neither knows about the other, and neither re-spells a path template or a query string.

Structs§

Part
One part of a multipart body.
Values
Parameters and a body for one operation, keyed on wire names.

Enums§

Payload
What goes in the request body. Which variant an operation wants is a document fact, so the media type is not carried here — Body holds it.