SDK Downloads

Starter client libraries help you integrate faster. Each package wraps authentication and common endpoints — copy the file into your project or download from the links below.

ActiWAPI JavaScript Client

JavaScript · v1.0.0

Lightweight fetch-based client for browser and Node.js.

Copy actiwapi-client.js into your project
Download

ActiWAPI Python Client

Python · v1.0.0

requests-based starter client for Python integrations.

pip install requests  # then copy actiwapi_client.py
Download

ActiWAPI PHP Client

PHP · v1.0.0

cURL-based PHP client for Laravel and plain PHP apps.

composer require guzzlehttp/guzzle  # optional; starter uses cURL
Download

ActiWAPI Go Client

Go · v1.0.0

net/http starter client for Go services.

go get github.com/your-org/actiwapi-go  # starter file provided
Download