An example using the Go language to authenticate your application to SPHERE.IO and get the products in your project.
Provide a config.json
file with your SPHERE.IO project credentials
{
"client_id": "",
"client_secret": "",
"project_key": ""
}
Now, assuming you have go
installed, and $GOPATH
configured, install the script dependecies and compile it
$ go get github.com/sphereio/jsonq
$ go build hello.go
$ ./hello