Skip to content

Errors in 1.4 API Requests #13

@mizdflop

Description

@mizdflop

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"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions