Module: LWS::Presence

Defined in:
lib/lws/apps/presence.rb

Overview

The presence app module

Defined Under Namespace

Classes: Appointment, Configuration, Location, Notification, Person, Reader, Storage

Constant Summary collapse

ENDPOINT =

The API endpoint for the presence app

{ production: "https://presence.leftclick.cloud/",
development: "https://presence-dev.leftclick.cloud/" }