Commits on Jun 6, 2017
Commits on Dec 11, 2016
-
Merge pull request #197 from rneilson/onresponse
Add response event to stream on 200 response
-
-
Add Promise global and increase max-statements in .eslintrc
Failing a test for a checked-before-use global and a few too many statements means change the test, obviously
-
Commits on Aug 3, 2016
-
Allow non 200 responses to be ok and test it a lot
- Bonus! Max complexity and max statements have fallen - exercises the REST api capabilities Fixes #147
-
Commits on Jun 1, 2016
-
Merge pull request #157 from desmondmorris/simplify-authentication-sw…
…itching Simplify authentication switching
Commits on May 23, 2016
-
-
-
-
Merge pull request #95 from palanik/master
handle url.protocol on older versions of node
Commits on May 17, 2016
Commits on May 14, 2016
-
Return streams immediately if no callback is provided (#152)
Since the stream is available right away we can return it.
-
Lint our project with both code and style (#148)
Used basically what already existed and guarded against some of the more dangerous habits (eg, not having brackets)
-
-
Commits on Jun 26, 2015
-
samlbest authored and samlbest committed
Jun 26, 2015
Commits on Jun 9, 2015
Commits on Jun 3, 2015
Commits on Mar 16, 2015
Commits on Mar 12, 2015
Commits on Mar 7, 2015
Commits on Jan 25, 2015
Commits on Jan 24, 2015
-
Deprecates server/client side authentication strategy. Adds support f…
…or media uploads
-
Adds the ability to pass full endpoints to the URL generation helper.
Adds test for __generateURL function.