rest-facade

v1.16.4
Simple abstraction for consuming REST API endpoints
facade rest api

test

mocha $(find ./tests -name *.tests.js) --opts mocha.opts

coveralls

istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec $(find ./tests -name *.tests.js) && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

test-watch

mocha $(find ./tests -name *.tests.js) --opts mocha.opts --watch
npm i rest-facade

Metadata

  • MIT
  • Whatever
  • Nicolás Gonzálvez
  • released 1/30/2023

Downloads

Maintainers