Versions in this module Expand all Collapse all v0 v0.1.0 Jun 15, 2026 Changes in this version + const DefaultUserAgent + const Host + type Client struct + HTTP *http.Client + Rate time.Duration + Retries int + UserAgent string + func NewClient() *Client + func (c *Client) Get(ctx context.Context, url string) ([]byte, error) + func (c *Client) Top(ctx context.Context, date string, limit int) ([]*Paper, error) + type Domain struct + func (Domain) Info() kit.DomainInfo + func (Domain) Register(app *kit.App) + type Paper struct + Authors []string + ID string + Title string + URL string + Upvotes int + func (p *Paper) AuthorsString() string