Dnsimple.Domains.list_collaborators
You're seeing just the function
list_collaborators
, go back to Dnsimple.Domains module for more information.
Link to this function
list_collaborators(client, account_id, domain_id, options \\ [])
Specs
list_collaborators( Dnsimple.Client.t(), String.t() | integer(), String.t() | integer(), Keyword.t() ) :: {:ok | :error, Dnsimple.Response.t()}
Lists the collaborators of the domain.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Domains.list_collaborators(client, account_id = 1010, domain_id = "example.com")