Prerequisites
- Python 3.10+
- A DODIL Service Account (ID + Secret)
Install the SDK:
pip install dodilInitialize VNG
Create a Client
from dodil import Client
# Authenticate using a Service Account
c = Client(
service_account_id="...",
service_account_secret="...",
)
vng = c.vng.connect()Last updated on