- Notifications
You must be signed in to change notification settings - Fork15
Official Go SDK for Machine Box
License
NotificationsYou must be signed in to change notification settings
machinebox/sdk-go
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The official Machine Box Go SDK provides Go clients for each box.
Go get the repo:
go get github.com/machinebox/sdk-go
Then import the package of the box you wish to use:
import"github.com/machinebox/sdk-go/facebox"
Then create a client, providing the address of the running box.
(To get a box running locally, see the instructions athttps://machinebox.io/account)
faceboxClient:=facebox.New("http://localhost:8080")
About
Official Go SDK for Machine Box
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.