Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tailscale/tailscale-client-go
A client implementation for the Tailscale HTTP API
https://github.com/tailscale/tailscale-client-go
client golang tailscale
Last synced: 5 days ago
JSON representation
A client implementation for the Tailscale HTTP API
- Host: GitHub
- URL: https://github.com/tailscale/tailscale-client-go
- Owner: tailscale
- License: mit
- Created: 2022-01-29T21:30:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T12:26:56.000Z (about 2 months ago)
- Last Synced: 2024-09-17T20:35:56.047Z (about 2 months ago)
- Topics: client, golang, tailscale
- Language: Go
- Homepage:
- Size: 183 KB
- Stars: 59
- Watchers: 18
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tailscale-client-go
A Go client implementation for the [Tailscale API](https://tailscale.com/api).
## Current Version
* [V2](https://github.com/tailscale/tailscale-client-go/tree/main/v2#readme): `import "github.com/tailscale/tailscale-client-go/v2"`
[![Go Reference](https://pkg.go.dev/badge/github.com/tailscale/tailscale-client-go.svg)](https://pkg.go.dev/github.com/tailscale/tailscale-client-go/v2)
## Old versions
* V1: `import "github.com/tailscale/tailscale-client-go"`
Deprecated, no longer maintained.
[![Go Reference](https://pkg.go.dev/badge/github.com/tailscale/tailscale-client-go.svg)](https://pkg.go.dev/github.com/tailscale/tailscale-client-go)