Vuforex.summary

You're seeing just the function summary, go back to Vuforex module for more information.

Specs

summary() :: {:ok, map()} | {:error, map()}

Get a summary of images from a cloud database.

Examples

iex> Vuforex.summary()
{:ok,
  %{
    "result_code" => "Success",
    "active_images" => 0,
    "current_month_recos" => 0,
    "failed_images" => 0,
    "inactive_images" => 0,
    "name" => "Vuforex",
    "previous_month_recos" => 0,
    "processing_images" => 0,
    "reco_threshold" => 1000,
    "request_quota" => 100000,
    "request_usage" => 0,
    "target_quota" => 1000,
    "total_recos" => 0,
    "transaction_id" => "659755bdbaf2406dad42f267ef877a7a"
  }
}