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

create_record(client, account_id, zone_name, attributes, options \\ [])

Creates a record in a zone.

See: https://developer.dnsimple.com/v2/zones/records/#create

delete_record(client, account_id, zone_name, record_id, options \\ [])

Specs

Deletes a record in the zone.

See: https://developer.dnsimple.com/v2/zones/records/#delete

record(client, account_id, zone_name, record_id, options \\ [])

Gets a record in the zone.

See: https://developer.dnsimple.com/v2/zones/records/#get

records(client, account_id, zone_name, options \\ [])

Lists the records in a zone.

See: https://developer.dnsimple.com/v2/zones/records/#list

update_record(client, account_id, zone_name, record_id, attributes, options \\ [])

Updates a record in the zone.

See: https://developer.dnsimple.com/v2/zones/records/#update

zone(client, account_id, zone_name, options \\ [])

Gets a zone in the account.

See: https://developer.dnsimple.com/v2/zones/#get

zones(client, account_id, options \\ [])

Lists the zones in the account.

See: https://developer.dnsimple.com/v2/zones/#list