dnsimple v0.9.0 Dnsimple.Zones
Handles communication with zone and zone record related methods of the DNSimple API.
See https://developer.dnsimple.com/v2/zones/ See https://developer.dnsimple.com/v2/zones/records/
Summary
Functions
Creates a record in a zone
Deletes a record in the zone
Gets a record in the zone
Lists the records in a zone
Updates a record in the zone
Gets a zone in the account
Lists the zones in the account
Functions
Specs
create_record(Dnsimple.Client.t, String.t, String.t, Keyword.t, Keyword.t) :: Dnsimple.Response.t
Creates a record in a zone.
See: https://developer.dnsimple.com/v2/zones/records/#create
Specs
delete_record(Dnsimple.Client.t, String.t, String.t, integer, Keyword.t) :: Dnsimple.Response.t
Deletes a record in the zone.
See: https://developer.dnsimple.com/v2/zones/records/#delete
Specs
record(Dnsimple.Client.t, String.t, String.t, integer, Keyword.t) :: Dnsimple.Response.t
Gets a record in the zone.
Specs
records(Dnsimple.Client.t, String.t, String.t, Keyword.t) :: Dnsimple.Response.t
Lists the records in a zone.
Specs
update_record(Dnsimple.Client.t, String.t, String.t, integer, Keyword.t, Keyword.t) :: Dnsimple.Response.t
Updates a record in the zone.
See: https://developer.dnsimple.com/v2/zones/records/#update
Specs
zone(Dnsimple.Client.t, String.t, String.t, Keyword.t) :: Dnsimple.Response.t
Gets a zone in the account.
Specs
zones(Dnsimple.Client.t, String.t, Keyword.t) :: Dnsimple.Response.t
Lists the zones in the account.