Versions in this module Expand all Collapse all v0 v0.1.1 Aug 9, 2026 v0.1.0 Aug 9, 2026 Changes in this version + const DefaultEndpoint + type APIError struct + Hint string + Message string + StatusCode int + func (e *APIError) Error() string + type Provider struct + APIToken string + Endpoint string + HTTPClient *http.Client + func (p *Provider) AppendRecords(ctx context.Context, zone string, recs []libdns.Record) ([]libdns.Record, error) + func (p *Provider) DeleteRecords(ctx context.Context, zone string, recs []libdns.Record) ([]libdns.Record, error)