Module: Vws

Defined in:
lib/vws.rb,
lib/vws/version.rb

Defined Under Namespace

Classes: Api

Constant Summary collapse

BASE_URL =

constants for end point interface links

"https://vws.vuforia.com"
TARGETS_URL =
BASE_URL + "/targets"
SUMMARY_URL =
BASE_URL + "/summary"
DUPLICATES_URL =
BASE_URL + "/duplicates"
VERSION =
"1.2.4"