Versions in this module Expand all Collapse all v0 v0.2.0 Aug 10, 2026 v0.1.0 Aug 10, 2026 Changes in this version + func Forbidden(err error) bool + func NotConfigured(err error) bool + type CLISession struct + Expired bool + Expires time.Time + Token string + func TokenFromWrangler() (CLISession, bool) + func (s CLISession) ExpiredMessage() string + type Client struct + func New(baseURL, token string) *Client + func (c *Client) Do(ctx context.Context, method, path string, body, result any) error + func (c *Client) String() string + type Error struct + Code int + Endpoint string + Message string + Status int + func (e *Error) Error() string