Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)