Vuforex (vuforex v0.1.1) View Source

HTTP Client for Vuforia Web Services.

Link to this section Summary

Functions

Get a summary of images from a cloud database.

Link to this section Functions

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"
  }
}