Merge pull request #22 from RobertWalsh/master Updates. See commit details.
Project: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/commit/3042dfd2 Tree: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/tree/3042dfd2 Diff: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/diff/3042dfd2 Branch: refs/heads/master Commit: 3042dfd2aa700dcf422de25cffd19ec2baef8a76 Parents: bf510a6 8000996 Author: Brandon Shelley <[email protected]> Authored: Wed Nov 9 12:04:42 2016 -0800 Committer: GitHub <[email protected]> Committed: Wed Nov 9 12:04:42 2016 -0800 ---------------------------------------------------------------------- .gitignore | 2 + README.md | 6 +- config.sample.json | 2 +- examples/api-proxy/config/usergrid.example.json | 2 +- helpers/build.js | 72 ++++++++++---------- helpers/cb.js | 8 +-- helpers/mutability.js | 7 +- lib/asset.js | 5 +- lib/auth.js | 8 ++- lib/client.js | 11 ++- lib/entity.js | 21 +++--- lib/request.js | 3 - lib/response.js | 9 ++- lib/responseError.js | 4 +- lib/user.js | 4 +- package.json | 1 - tests/lib/asset.test.js | 1 - tests/lib/client.auth.test.js | 28 +++----- tests/lib/client.connections.test.js | 16 ++--- tests/lib/client.init.test.js | 4 -- tests/lib/client.rest.test.js | 4 -- tests/lib/entity.test.js | 10 +-- tests/lib/query.test.js | 2 +- tests/lib/response.test.js | 1 - tests/lib/responseError.test.js | 2 +- tests/lib/user.test.js | 1 - 26 files changed, 107 insertions(+), 127 deletions(-) ----------------------------------------------------------------------
