SDKs overview
Dial ships SDKs so you can call the API in-process instead of shelling out. All of them wrap the same REST API and authenticate with your sk_live_ key.
The common method set
The Node and Python clients expose the same operations:
Construct a client
Both accept an optional base URL (baseUrl / base_url) to target a non-default deployment. Pick your language to continue.