new EverliveProvider(opts, schema)
Constructor for the Everlive provider. This class inherits from Provider.
Each data collection in EntreeJS represents a data provider instance, therefore an Everlive provider instance corresponds to an Everlive type.
For usage reference, please refer to Provider documentation.
Options
connStr
{string}- Connection string. The base URL to Everlive service, including the API Key. Example: "http://api.everlive.com/v1/uZEGyZYKiSq5CTSq/"
authorization
{string}- The value of the authorization HTTP header if the service is protected. Example: "MasterKey PqmmvlWWBF5svReW7p3mkYG9X61nus1w"
overrideSystemFields
{boolean}- Allows to override of system fields such as: owner, modifiedAt, modifiedBy and etc.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
opts |
object | Additional options. The only required option is |
|
schema |
object |
<optional> |
Defines the fields of the collection represented by the provider instance. |
- Source: