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"
VERSION =
"1.0.0"