Skip to content

machinebox/sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5e1747 · Oct 9, 2019
Jan 6, 2018
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 11, 2017
Jan 6, 2018
May 27, 2017
Jan 6, 2018
Oct 9, 2019
Oct 9, 2019

Repository files navigation

Machine Box Go SDK GoDoc Build Status

The official Machine Box Go SDK provides Go clients for each box.

Usage

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 at https://machinebox.io/account)

faceboxClient := facebox.New("http://localhost:8080")