bunq-http

0.1.2 • Public • Published

bunq-http

npm version

Low-level bunq HTTP client. Extends axios to manage:

  • setting required request headers
  • request signing (using node-forge)
  • response header & signature verification
  • rate limiting

Please note this client does NOT know:

  • where to find the bunq production/staging API endpoints
  • what rate limits to use
  • how to login / obtain a session token

For a bit higher level API client, please see bunq-session. It uses bunq-http to create a usable API client, so if you're looking to get started with simply logging in and making API calls, use bunq-session instead.

Installation

npm install --save bunq-http

Authors

License

This repo is published under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i bunq-http

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

13.6 kB

Total Files

15

Last publish

Collaborators

  • robbertkl