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
Package layout
Package layout
Response envelopes
Response envelopes
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.
Errors
Errors
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.