Robert Slootjes

Results 5 issues of Robert Slootjes

I'm using register() on multiple depths, to illustrate it's something like this: api.js: ``` const api = require('lambda-api')({ base: '/api' }); api.register(require('./api/user'), { prefix: '/me' }); ``` api/user.js: ``` module.exports...

### Context I found out that responses with images were not saved because currently it is assumed that the body can be encoded as string (see issue #200 ). Because...

When trying this cool library I have the issue that images with various headers are not detected as binary. This causes json or yaml storage to break and thus the...

Currently a pretty old version of microsoft/azure-storage is compatible, I'd like to use the latest version instead, this should fix it.

Not so much as an issue but more to help others: I was just trying HA Docker version 0.98.2 and it turns out the requests_oauthlib library is already installed so...