Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.73 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.73 KB

npm Travis Codecov Telegram npm

🏛 EquityJS

A light Node.js llbrary for the Equity Bank's Eazzy API

Eazzy API

About

This library allows you to invoke the Eazzy API methods.

Important Information

  • This library is promised based.
  • This library returns actual server errors/responses for debugging/consumption purposes.
  • Supports both sandbox and production mode.

OAuth Information

Due to the nature of the API, and security reasons, you will be responsible for getting, storing and refreshing your access token. You will need to pass in the token as a parameter for every request (that requires it) you make. This library only provides a low level interface to the Eazzy API.

Installation

$ npm install equityjs --save

API Reference

Issues And Contribution

Fork the repository and submit a pull request for whatever change you want to be added to this project. If you have any questions, just open an issue.

License

Released under AGPL-3.0