Constructor
new Api()
- Copyright:
- 2016-2024 Basis Technology Corporation.
- License:
- http://www.apache.org/licenses/LICENSE-2.0
- Source:
Example
var api = new API(userKey, serviceUrl);
Members
parameters :object
The Analytics API endpoint parameters
Type:
- object
protocol :object
The HTTP(S) object
Type:
- object
userKey :string
The Analytics API key used for authentication
Type:
- string
Methods
rosette(endpoint)
Accepts an Analytics API endpoint name and forwards user parameters to the endpoint
Parameters:
Name | Type | Description |
---|---|---|
endpoint |
string | The Analytics API endpoint to be utilized |