- Overview
- WireFormat
WireFormat
Part of Configuration & authentication in the Python API reference.
Related guidance: getting-started/configuration, getting-started/authentication, security/credentials.
Runnable examples: preflight.py.
from picogrid_ecn_client import WireFormatSelect the entity and location payload encoding.
class WireFormat(Enum): ...Members
Section titled “Members”| Name | Value |
|---|---|
| JSON | ‘json’ |
| PROTOBUF | ‘protobuf’ |
Version 0.2.0 · branch main
