An open API service indexing awesome lists of open source software.

https://github.com/abtreece/zerotier-go

API client for ZeroTier Central API
https://github.com/abtreece/zerotier-go

api-client go zerotier

Last synced: 7 months ago
JSON representation

API client for ZeroTier Central API

Awesome Lists containing this project

README

          

# Go API client for ZeroTier API
This is a Go API client for the ZeroTier API... intention is to enable the creation of a Terraform Provider

This is also a Work in Progress!

Installation
------------
This is a client library

Usage
-----
Download the library into your `$GOPATH`:

$ go get github.com/abtreece/zerotier-go

Import the library into your tool:

```go
import "github.com/abtreece/zerotier-go"
```

Examples
--------