Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2026 Changes in this version + const Host + type Client struct + func NewClient(cfg Config) *Client + func (c *Client) MultiSeries(ctx context.Context, seriesIDs []string, opts SeriesOptions) ([]*SeriesData, error) + func (c *Client) Series(ctx context.Context, seriesID string, opts SeriesOptions) (*SeriesData, error) + type Config struct + BaseURL string + Rate time.Duration + RegistrationKey string + Retries int + Timeout time.Duration + UserAgent string + func DefaultConfig() Config + type DataPoint struct + Footnotes []Footnote + Period string + PeriodName string + Value string + Year string + 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 Footnote struct + Code string + Text string + type SeriesData struct + Data []DataPoint + SeriesID string + type SeriesOptions struct + EndYear string + Latest bool + Limit int + StartYear string