imartingraham / nomniture

A Node.js module that allows access to Omniture's REST API libraries (developer.omniture.com)
16 stars 22 forks source link

Need support of API version 1.4 on getQueuedReport #21

Open JustbobChico opened 7 years ago

JustbobChico commented 7 years ago

sendRequest in client.js returns error when statusCode != 200. API version 1.4 returns status code 400 on Get.Report when the report is not ready (Also returns a body with the error "Report Not Ready",. You have to continue to poll until status 200. 1.4 returns are quite different from 1.3.