dnsimple v0.9.0 Dnsimple.Contacts

Represents the operations that can be performed with contacts.

See: https://developer.dnsimple.com/v2/contacts/

Summary

Functions

contact(client, account_id, contact_id, options \\ [])

Specs

contact(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t) :: Dnsimple.Response.t

Gets a contact in the account.

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

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

Lists the contacts in the account.

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

create_contact(client, account_id, attributes, options \\ [])

Specs

Creates a contact in the account.

See https://developer.dnsimple.com/v2/contacts/#create

delete_contact(client, account_id, contact_id, options \\ [])

Specs

delete_contact(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t) :: Dnsimple.Response.t

Deletes a contact in the account.

See https://developer.dnsimple.com/v2/contacts/#delete

update_contact(client, account_id, contact_id, attributes, options \\ [])

Specs

update_contact(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t, Keyword.t) :: Dnsimple.Response.t

Updates a contact in the account.

See https://developer.dnsimple.com/v2/contacts/#update