DigitalOcean.Account.get
You're seeing just the function
get
, go back to DigitalOcean.Account module for more information.
Link to this function
get()
Specs
get() :: DigitalOcean.Operation.t()
Show information for the current user's account.
Examples
iex> DigitalOcean.Account.get() |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }