Skip to content

ClearBlade/go-iot

Repository files navigation

Cloud IoT API

ClearBlade IoT Core API's Go client library Go Reference

Setting up service account credentials

Create a service account in your project and download the credentials .json file. Define environment variable CLEARBLADE_CONFIGURATION, representing the credentials .json file's path. Example:

export CLEARBLADE_CONFIGURATION=/path/to/file.json

Authorization

See the Authorization documentation for authorizing SDK with ClearBlade iot-core.

API Documentation

View the Go sections of these Samples.