Qonto API Client
A simple client for Qonto's API written in Node JS (ES6) Official docs are found here;
Installation
To install simply use npm or clone repo:
npm install qonto
or clone repo and make link:
$> git clone git@github.com:bottomatik/qonto-api.git
Usage
Qonto's API is not very detailed yet, but this repository will be updated along with the API.
To init juste plug in your slug and secret like so:
const Qonto = ; const QontoClient = slug: 'my slug' secret: 'my secret';
This enables you to create multiple clients for different accounts.
API
This client uses the same API as Qonto docs, and provides it as a Promise-based client. It uses fishingrod to perform requests, and returns a Promise with the exact (non-treated) response from Qonto.
Organization
QontoClient;
Transactions
QontoClient;