Skip to Content
We are live but in Staging 🎉

Prerequisites

  • Python 3.10+
  • A DODIL Service Account (ID + Secret)

Install the SDK:

pip install dodil

Initialize 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