Versions in this module Expand all Collapse all v1 v1.0.0 Aug 6, 2026 Changes in this version + const EnvironmentProduction + const EnvironmentSandbox + var WithBaseURL = transport.WithBaseURL + var WithConnectTimeout = transport.WithConnectTimeout + var WithControlBaseURL = transport.WithControlBaseURL + var WithEnvironment = transport.WithEnvironment + var WithHTTPClient = transport.WithHTTPClient + var WithHooks = transport.WithHooks + var WithLogger = transport.WithLogger + var WithMaxRetries = transport.WithMaxRetries + var WithRateLimiter = transport.WithRateLimiter + var WithReceiveTimeout = transport.WithReceiveTimeout + var WithShouldRetry = transport.WithShouldRetry + var WithUserAgent = transport.WithUserAgent + type Client struct + Brands *brands.Service + Cryptos *cryptos.Service + Enrich *enrich.Service + Feedback *feedback.Service + Stocks *stocks.Service + TLS *tlscert.Service + func NewClient(apiKey string, opts ...Option) (*Client, error) + func NewClientFromConfig(cfg transport.Config) *Client + func (c *Client) Config() transport.Config + func (c *Client) Transport() *transport.Client + type Environment = transport.Environment + type Option = transport.ConfigOption