tailscale / tailscale-client-go

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

Add method for listing keys #30

Closed davidsbond closed 2 years ago

davidsbond commented 2 years ago

Closes #28

This commit adds the Client.Keys method that will return a list of all active keys within the tailnet for the user who owns the API key.

Signed-off-by: David Bond davidsbond93@gmail.com