Dnsimple.Services.list_services
You're seeing just the function
list_services
, go back to Dnsimple.Services module for more information.
Link to this function
list_services(client, options \\ [])
Specs
list_services(Dnsimple.Client.t(), Keyword.t()) :: {:ok | :error, Dnsimple.Response.t()}
Returns the list of available one-click services.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Templates.list_services(client)
{:ok, response} = Dnsimple.Templates.list_services(client, sort: "short_name:desc")