dnsimple v0.9.2 Dnsimple.Contacts
Represents the operations that can be performed with contacts.
Summary
Functions
See Dnsimple.Contacts.get_contact/3
See Dnsimple.Contacts.list_contacts/2
Creates a contact in the account
Deletes a contact in the account
Gets a contact in the account
Lists the contacts in the account
Updates a contact in the account
Functions
Specs
contact(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t) :: Dnsimple.Response.t
Specs
contacts(Dnsimple.Client.t, String.t | integer, Keyword.t) :: Dnsimple.Response.t
Specs
create_contact(Dnsimple.Client.t, String.t | integer, Keyword.t, Keyword.t) :: Dnsimple.Response.t
Creates a contact in the account.
Specs
delete_contact(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t) :: Dnsimple.Response.t
Deletes a contact in the account.
Specs
get_contact(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t) :: Dnsimple.Response.t
Gets a contact in the account.
Lists the contacts in the account.
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.