Skip to content

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 WireFormat

Select the entity and location payload encoding.

class WireFormat(Enum): ...

Source · models/common.py

NameValue
JSON‘json’
PROTOBUF‘protobuf’

Version 0.2.0 · branch main