Client Payload
The base class for the payload which is sent to the endpoint when the call is made
Parameters
payload
: The payload to be converted
Attributes
length
: The length of the payload argumentsendpoint
: The route that is being calleddata
: The rawDict
date that was sent
Example usage
You can directly call keyword arguments sent from a Client as attributes
You can also subscribe to the object
Last updated