SDKs¶
Official client libraries are available for Python, JavaScript, and Go. All three wrap the REST API and handle authentication, retries, and pagination for you.
| Language | Package | Source |
|---|---|---|
| Python | nimbus-sdk |
github.com/nimbus/nimbus-python |
| JavaScript | @nimbus/sdk |
github.com/nimbus/nimbus-js |
| Go | github.com/nimbus/go |
github.com/nimbus/nimbus-go |
No SDK for your language?
The REST API is fully documented and works fine without an official SDK — community clients also exist for Ruby and PHP.