dnsimple v1.1.1 Dnsimple.Identity

Provides functions to interact with the identity endpoints.

See:

Summary

Functions

Returns information about the currently authenticated user and/or account

Functions

whoami(client, options \\ [])

Returns information about the currently authenticated user and/or account.

See:

Examples:

client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Identity.whoami(client)