new rosetteRequest()
- Copyright:
- 2016-2024 Basis Technology Corporation.
- License:
- http://www.apache.org/licenses/LICENSE-2.0
- Source:
Methods
makeRequest(requestType, userKey, urlParts, parameters, callback)
Makes an HTTP request to the specified Analytics API endpoint and returns the result
Parameters:
Name | Type | Description |
---|---|---|
requestType |
string | GET/POST |
userKey |
string | The Analytics API user access key |
urlParts |
object | Structure containing the url parameters |
parameters |
object | Structure containing the API parameters |
callback |
function | Callback function to be executed after the function to which it is passed is complete |
- Source: