https://github.com/lab5e/golang-simple
Simple example in Golan to retrieve a collection and devices
https://github.com/lab5e/golang-simple
golang iot lang-golang sample span
Last synced: 12 months ago
JSON representation
Simple example in Golan to retrieve a collection and devices
- Host: GitHub
- URL: https://github.com/lab5e/golang-simple
- Owner: lab5e
- License: apache-2.0
- Created: 2024-01-09T11:37:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T11:38:44.000Z (about 2 years ago)
- Last Synced: 2024-04-01T06:18:17.196Z (almost 2 years ago)
- Topics: golang, iot, lang-golang, sample, span
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple client example
This is a simple example of an client. It will list your collections and
devices on the standard output.
You'll need an API token for the client and you run it by running `go run main.go --token=[your API token]`.