# README
Machine Box Go SDK

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")
# Packages
Package boxutil provides some helpful utilities for consuming Machine Box services.
Package classificationbox provides a client for accessing Classificationbox services.
Package facebox provides a client for accessing Facebox services.
Package fakebox provides a client for accessing Fakebox services.
Package nudebox provides a client for accessing Nudebox services.
Package objectbox provides a client for accessing Objectbox services.
Package suggestionbox provides a client for accessing Suggestionbox services.
Package tagbox provides a client for accessing Tagbox services.
Package textbox provides a client for accessing Textbox services.
Package videobox provides a client for accessing Videobox services.