Versions in this module Expand all Collapse all v1 v1.0.0 Jul 12, 2026 Changes in this version + const ProductionEnvironment + const SandboxEnvironment + func IsNotFound(err error) bool + func IsRateLimited(err error) bool + type Client = application.Client + func New(opts ...Option) *Client + type Environment = application.Environment + type Error = application.Error + func AsAPIError(err error) (*Error, bool) + type FieldError = application.FieldError + type Option = application.Option + func WithAPIKey(apiKey string) Option + func WithBaseURL(baseURL string) Option + func WithEnvironment(env Environment) Option + func WithHTTPClient(client ports.HTTPDoer) Option + func WithHeader(key, value string) Option + func WithLogger(logger *slog.Logger) Option + func WithMaxRetries(n int) Option