Versions in this module Expand all Collapse all v0 v0.9.23 Dec 19, 2025 v0.9.22 Dec 19, 2025 Changes in this version + func AuthRequired() bool + func Match(urlStr string) bool + type Client struct + func New(ctx context.Context, opts ...Option) (*Client, error) + func (c *Client) Fetch(ctx context.Context, urlStr string) (*profile.Profile, error) + type Option func(*config) + func WithHTTPCache(httpCache httpcache.Cacher) Option + func WithLogger(logger *slog.Logger) Option