Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

final class atoti.endpoint.Request

The request of a custom endpoint().

body : JsonValue

Parsed JSON body.

path_parameters : Mapping[str, str]

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

url : str

The URL on which the client request is made.