View Source Dnsimple.Accounts (dnsimple v3.4.0)
Provides functions to interact with the account endpoints.
Link to this section Summary
Functions
Lists the accounts the current authenticated entity has access to.
Link to this section 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)