Johnbastian

Results 5 issues of Johnbastian

Atm, get missing params only works on top level. Refactor so that it works for deeply nested `required`s and `oneOf`.

enhancement

https://github.com/trayio/threadneedle/blob/master/lib/addMethod/index.js#L78 The way arrays are handled may not be right or consistent, when dealing with an array in query string. May need to add a flag to either bypass and...

First write some tests to check this, as unsure if number and boolean are consistently being converted to string or not. Else, issue lies elsewhere.

bug

As of 2.2.0, needle dropped `xml2js` in favour of `sax`. We recently upgraded our dependencies, but given the lack of release notes, we were unaware of these changes. We only...