robbertkl / bunq-http

Low-level bunq HTTP client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Low-level bunq HTTP client

License:MIT License


Languages

Language:JavaScript 100.0%