Class: rosetteRequest

rosetteRequest()

new rosetteRequest()

License:
  • http://www.apache.org/licenses/LICENSE-2.0
Source:

Methods

makeRequest(requestType, userKey, urlParts, parameters, callback)

Makes an HTTP request to the specified Rosette API endpoint and returns the result
Parameters:
Name Type Description
requestType string GET/POST
userKey string The Rosette API user access key
urlParts object Structure containing the url parameters
parameters object Structure containing the API parameters
callback function Callback function to be exectuted after the function to which it is passed is complete
Source: