# Functions
NewService returns a new instance of SafeDNSService.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CreateNoteRequest represents a request to create a SafeDNS note.
CreateRecordRequest represents a request to create a SafeDNS record.
CreateTemplateRequest represents a request to create a SafeDNS template.
CreateZoneRequest represents a request to create a SafeDNS zone.
CustomAXFRSettings represents SafeDNS account AXFR settings.
Nameserver represents a SafeDNS nameserver.
Note represents a SafeDNS note.
PatchRecordRequest represents a SafeDNS record patch request.
PatchTemplateRequest represents a SafeDNS template patch request.
PatchZoneRequest represents a SafeDNS zone patch request.
Record represents a SafeDNS record.
Service implements SafeDNSService for managing SafeDNS via the UKFast API.
Settings represents SafeDNS account settings/configuration.
Template represents a SafeDNS template.
TemplateNotFoundError indicates a template was not found within SafeDNS.
TemplateRecordNotFoundError indicates a record was not found within SafeDNS.
Zone represents a SafeDNS zone.
ZoneNoteNotFoundError indicates a zone note was not found within SafeDNS.
ZoneNotFoundError indicates a zone was not found within SafeDNS.
ZoneRecordNotFoundError indicates a record was not found within SafeDNS.
# Interfaces
SafeDNSService is an interface for managing SafeDNS.
# Type aliases
RecordTTL represents the record TTL time in seconds.
No description provided by the author