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 Account struct + AboutRaw string + AvatarURL string + CountryCode string + CreatedAt string + Email string + HTMLURL string + HomepageURL string + ID int + KudoRank int + KudoScore *KudoScore + Latitude string + Location string + Longitude string + Name string + Posts *Posts + TwitterAccount string + URL string + UpdatedAt string + 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 KudoScore struct + Created int + KudoRank int + Position int + Received int + type Option func(*config) + func WithAPIKey(apiKey string) Option + func WithHTTPCache(httpCache httpcache.Cacher) Option + func WithLogger(logger *slog.Logger) Option + type Posts struct + Count int + type Response struct + Error string + Result *Result + Status string + XMLName xml.Name + type Result struct + Account *Account