Skip to main content
clumio-go-sdk is a typed Go client for the Clumio REST API. It ships controllers for each resource group and a models package holding the request and response types. Requires Go 1.20 or later.

Install

Authenticate

BaseUrl must match the control plane that issued the token. See Authentication.

Use it

List responses follow the HAL convention the API uses, so items sit under an embedded collection alongside the pagination links. Read the links rather than constructing page offsets yourself.
Controllers return a standard Go error alongside the response. Check it before dereferencing the response.

Next

REST API reference

The endpoint-level reference behind every controller method.

Source and issues

Read the code, report a bug, or open a pull request.