Dnsimple.Accounts
(dnsimple v9.0.0)
View Source
Provides functions to interact with the account endpoints.
Summary
Functions
Lists the accounts the current authenticated entity has access to.
Functions
Lists the accounts the current authenticated entity has access to.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Accounts.list_accounts(client)