flashheart
A fully-featured Node.js REST client built for ease-of-use and resilience
flashheart
is built on http-transport to provide everything you need to build HTTP-based services with confidence.
Installation
npm install --save flashheart
Usage
const flashheart = ; const client = flashheart; const response = await client;console;// {key: "value"}
Documentation
For more examples and API details, see API documentation
Test
npm test
To generate a test coverage report:
npm run coverage