pylabrobot.li_cor.odyssey.OdysseyChatterbox.request# async OdysseyChatterbox.request(method: str, path: str, data: Dict[str, Any] | None = None) → Dict[str, Any]# Send a JSON request and return the decoded JSON object. Parameters: method (str) path (str) data (Dict[str, Any] | None) Return type: Dict[str, Any]