Getting Started
Help & Reference
atoti.pyapi.http_request.
HttpRequest
Bases: object
object
Info of an HTTP request.
body
Parsed JSON body of the request.
path_parameters
Mapping from the name of the path parameters to their value for this request.
url
URL on which the client request was made.
atoti.pyapi.user.
User
Info of a user calling a custom HTTP endpoint.
name
Name of the user calling the endpoint.
roles
Roles of the user calling the endpoint.