Dnsimple.Domains.list_pushes
You're seeing just the function
list_pushes
, go back to Dnsimple.Domains module for more information.
Link to this function
list_pushes(client, account_id, options \\ [])
Specs
list_pushes(Dnsimple.Client.t(), String.t() | integer(), Keyword.t()) :: {:ok | :error, Dnsimple.Response.t()}
Returns the pending pushes in the account.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Domains.list_pushes(client, account_id = 1010)