namespace
nexus
Source: index.
Method
Abstract types
Namespaces
auth
command
dataPoints
device
event
licence
log
process
uIConfig
user
utils
Method
static
configure([customOptions]) → Object
sets the environement and region for the API
Parameters
Name | Type | Optional | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
customOptions |
Object |
Yes |
Values in
|
- Returns
-
Object
the generated configuration for the given options
Abstract types
static
ApiResponse
API response in case of a successful API call
Properties
Name | Type | Optional | Description |
---|---|---|---|
data |
object |
|
contains the server response |
status |
number |
|
contains the server status code |
static
AuthApiResponse
API response for the auth service; for responses check the amplify auth module documentation