Versions in this module Expand all Collapse all v1 v1.0.1 Apr 27, 2026 v1.0.0 Apr 27, 2026 Changes in this version + type AuthedAPIClient struct + func NewAuthedAPIClient(host, token string) *AuthedAPIClient + func (a *AuthedAPIClient) Get(path string) ([]byte, error) + func (a *AuthedAPIClient) SetHost(host string)