Charles Carnell

Results 2 comments of Charles Carnell

Adding on to this, we've had to completely remove this from production after a week of sporadic downtime due to memleaks originating from this package. Absolutely do not use this...

**ApiClient.js** ``` diff request.withCredentials().end(function(err, res) { if ( err ) { - if ( res.statusCode === 401) { - resolve(res.body); - } - reject(res.body); + resolve({ status: 'error', data: res.body,...