ByCloud Docs
GuidesCLIAPISDK

Installation

Install the Go SDK in your project.

Requirements

Go 1.21+

Install

go get:

go get github.com/bycoded/bycloud-go

Notes

The SDK uses context.Context for all API calls, supporting cancellation and timeouts.