Skip to main content
atoti.endpoint.Request(
    *,
    url: str,
    path_parameters: Mapping[str, str],
    body: JsonValue,
)
The request of a custom endpoint().

Attributes

url

The URL on which the client request is made.

path_parameters

Mapping from path parameter name to parameter value in this request.

body

Parsed JSON body.