libdevice42
This is a code-generated library for the device42 REST api.
It uses go-swagger to generate the associated structures.
Getting started
package main
import (
"github.com/go-openapi/strfmt"
"github.com/mjpitz/libdevice42/client"
)
func main() {
strfmt.Registry{}
client := client.NewHTTPClient()
}