-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add single file get #40
Conversation
allow for querying for individual uploaded files pass the result of the query to onGet and to the requestor
other small errors corrected
fix typo in single get test also, adjust behavior of upload (post/put) so that returned text is not dependent on upload order when uploading multiple files
i added a test for the new feature, but one of the existing tests (for multiple file upload) always failed. i adjusted the put/post method very slightly so that the old test passed. |
@EvilDrW |
I don't understand what you're referring to. When I run npm test in my VM, On Mon, Nov 16, 2015, 4:26 AM Nicolas Ritouet notifications@github.com
|
They don't pass on travis CI: |
I guess it was an order of operations thing. Adjusted the test so that it passes. |
Thx, merged. |
@EvilDrW I just released v0.0.16 with your PR |
No description provided.