Choosing a client
All options call the same API — the choice depends on the context:SDK coverage
The Python and Go SDKs cover the full API surface: Cloud (instances, volumes, networking, Kubernetes, load balancers, and more), IAM, CDN, DNS, Object Storage, FastEdge, Streaming, and WAAP. All Cloud API endpoints have auto-generated SDK methods. The API reference code samples show the exact method name for each endpoint.JavaScript
No dedicated JavaScript SDK is published. Use the built-infetch API (Node.js 18+, all modern browsers) or axios.
fetch (Node.js 18+)
axios
Handle async operations
Cloud API write operations return a task ID. Poll it untilstate is FINISHED: