DigitalOcean.BillingHistory (digital_ocean v0.1.0)
Link to this section Summary
Functions
Retrieve a list of your billing history.
Link to this section Functions
Link to this function
list(opts \\ [])
Specs
list(Keyword.t()) :: DigitalOcean.Operation.t()
Retrieve a list of your billing history.
Examples
iex> DigitalOcean.BillingHistory.list() |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }