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