balanced-client
v0.0.4
Published
minimal client for balanced payments API
Downloads
8
Readme
Balanced Client
A minimal client for the Balanced Payments API.
Features:
- No new API: Just makes REST easier so that you can use the cURL documentation.
- Real errors: Unlike
balanced-official
this uses bona fide JavaScript errors instead of objects (you can use the balanced dashboard to look up the request ID if you need more information).
Please read the source in index.js
and look example.js
for a use case.