Versions in this module Expand all Collapse all v0 v0.1.0 Jun 15, 2026 Changes in this version + const BaseURL + const DefaultUserAgent + const Host + type Client struct + BaseURL string + HTTP *http.Client + Rate time.Duration + Retries int + UserAgent string + func NewClient() *Client + func (c *Client) FilterOrgs(ctx context.Context, filter string, page int) ([]Org, int, error) + func (c *Client) Get(ctx context.Context, rawURL string) ([]byte, error) + func (c *Client) GetOrg(ctx context.Context, id string) (*Org, error) + func (c *Client) SearchOrgs(ctx context.Context, query string, page int) ([]Org, int, error) + type Config struct + BaseURL string + Rate time.Duration + Retries int + Timeout time.Duration + func DefaultConfig() Config + type Domain struct + func (Domain) Classify(input string) (uriType, id string, err error) + func (Domain) Info() kit.DomainInfo + func (Domain) Locate(uriType, id string) (string, error) + func (Domain) Register(app *kit.App) + type Org struct + City string + Country string + Established int + GridID string + ID string + Name string + ShortName string + Status string + Types []string + Website string + WikidataID string