Versions in this module Expand all Collapse all v0 v0.2.0 Mar 4, 2026 Changes in this version + type Client struct + Options Options + func NewClient() (*Client, error) + func NewClientWithOptions(opts Options) (*Client, error) + func (c *Client) Call(ctx context.Context, method, path string, body io.Reader) (*http.Response, error) + func (c *Client) Platform() platform.Type + type EnvTokenReader struct + VarName string + func (etr *EnvTokenReader) ReadToken() (string, error) + type Factory struct + func NewFactory() *Factory + func (f *Factory) CreateClient() (platform.Client, error) + func (f *Factory) DefaultResponseHeaders() []string + func (f *Factory) Platform() platform.Type + type Options struct + Host string + Token string + TokenReader TokenReader + type TokenReader interface + ReadToken func() (string, error)