Versions in this module Expand all Collapse all v4 v4.15.1 Feb 17, 2024 Changes in this version + const DefaultBaseURL + type Client struct + BaseURL string + HTTPClient *http.Client + func NewClient(apiKey string) *Client + func (c *Client) AddRecord(ctx context.Context, domain, value string) error + func (c *Client) RemoveRecord(ctx context.Context, domain, value string) error