Dnsimple.Accounts.list_accounts
You're seeing just the function
list_accounts
, go back to Dnsimple.Accounts module for more information.
Link to this function
list_accounts(client, options \\ [])
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)