tailscale / tailscale-client-go

A client implementation for the Tailscale HTTP API
MIT License
61 stars 27 forks source link

feature request: add support for GET /api/v2/tailnet/:tailnet/keys #28

Closed grelland closed 2 years ago

grelland commented 2 years ago

Currently the client only supports getting a single key by ID. I have a usecase for listing all keys, which is not possible using the current client.

Relevant API doc