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
- Host: GitHub
- URL: https://github.com/abtreece/zerotier-go
- Owner: abtreece
- Created: 2017-05-26T00:51:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T20:06:50.000Z (over 6 years ago)
- Last Synced: 2025-02-28T03:41:54.716Z (7 months ago)
- Topics: api-client, go, zerotier
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ProviderThis is also a Work in Progress!
Installation
------------
This is a client libraryUsage
-----
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
--------