Pieter Raubenheimer

Results 2 issues of Pieter Raubenheimer

This works: ``` var photos = app.resource('photos', photosController) , posts = app.resource('posts', postsController) , photosComments = app.resource('comments', commentsController) , postsComments = app.resource('comments', commentsController); photos.add(photosComments); posts.add(postsComments); ``` However, I am not...

It would be good if one can test file uploads by simply specifying an object containing file paths to send as additional parts to the request. I would suggest using...