dnsimple v0.9.0 Dnsimple.Contacts
Represents the operations that can be performed with contacts.
Summary
Functions
Gets a contact in the account
Lists the contacts in the account
Creates a contact in the account
Deletes a contact 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
Gets a contact in the account.
Lists the contacts in the account.
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
update_contact(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t, Keyword.t) :: Dnsimple.Response.t
Updates a contact in the account.