Client library for the Open Delivery Gear (ODG) platform, enabling interaction with delivery and logistics APIs. Current version 0.10.0, pre-1.0 with active development.
pip install odg-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client and fetch deliveries. Uses environment variables for sensitive data.
Replace `client.fetch_orders()` with `client.get_orders()`.
Use `ODGClient(..., request_timeout=30)` instead of `timeout=30`.
Always use `ODGClient(api_key='your-key')`.
No resource links recorded.