Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { BaseURL string HTTPClient *http.Client // contains filtered or unexported fields }
Client DNSMadeEasy client.
func NewClient ¶
NewClient creates a DNSMadeEasy client.
func (*Client) CreateRecord ¶
CreateRecord creates a TXT records.
func (*Client) DeleteRecord ¶
DeleteRecord deletes a TXT records.
func (*Client) GetDomain ¶
GetDomain gets a domain.
type Domain ¶
Domain holds the DNSMadeEasy API representation of a Domain.
Click to show internal directories.
Click to hide internal directories.