0.1.2 • Published 4 years ago

bunq-http v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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.

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago