Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Official Go SDK for Machine Box

License

NotificationsYou must be signed in to change notification settings

machinebox/sdk-go

Repository files navigation

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

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

[8]ページ先頭

©2009-2025 Movatter.jp