Module: LWS::Resource
- Includes:
- Generic
- Defined in:
- lib/lws/apps/resource.rb
Overview
The resource app module
Defined Under Namespace
Classes: Collection, Configuration, Folder, Storage
Constant Summary collapse
- ENDPOINT =
The API endpoint environment mapping for the Resource app
{ production: "https://resource.leftclick.cloud/", development: "https://resource-dev.leftclick.cloud/" }
Class Method Summary collapse
-
.endpoint ⇒ String
The actual API endpoint used to reach the app.
Methods included from Generic
Class Method Details
.endpoint ⇒ String
Returns the actual API endpoint used to reach the app.
|
# File 'lib/lws/apps/resource.rb', line 18
|