Using Go-SDK with clearblade.com

Go integration

✓ Official SDK
Install
go get github.com/ClearBlade/Go-SDK
Quick start
import "Go-SDK"

// Initialize client
client := Go-SDK.NewClient("YOUR_API_KEY")
DEVELOPER - Gets the information for the platform
curl \
  /api/about
ADMIN - Get platform license key.
curl \
  /admin/pkey
AUDIT - Get Audit Info
curl \
  /admin/audit
SDK on GitHub 📄 API Docs
SDK
Go-SDK
Go
API
clearblade.com
clearblade.com
At a glance
Language Go
Endpoints220
✓ Official