Versions in this module Expand all Collapse all v1 v1.31.0 Aug 18, 2026 Changes in this version + type Config struct + ArchiveBaseUrl *url.URL + BaseUrl *url.URL + FetchOptions []fetch_config.Option + func New(options ...Option) *Config + type Option func(*Config) + func WithArchiveBaseUrl(archiveBaseUrl *url.URL) Option + func WithBaseUrl(baseUrl *url.URL) Option + func WithFetchOptions(fetchOptions ...fetch_config.Option) Option + func WithToken(token string) Option