-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
When leaving off a version number, I can make calls to the 1.3 version of the API. However, when I specify an api version, I get errors. For example:
options = {
waitTime: 10, // optionally set the wait time between polling API
log: true, // default is false
version: 1.4
};
var r = new Report(username, secret, 'sanJose', options)
r.request("Report.Queue", params, function(err, response){
if(err){ throw new Error(err.message); }
console.log(response);
});
gives me an error:
{"success":false,"message":"invalid protocol requested"}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels