2.0.21 • Published 4 years ago
fineract-client v2.0.21
A simple node/browser client to connect to REST apis of Apache Fineract server
Usage
import { FineractAPI } from "fineract-client";
let config = { client_username: "xxx", client_tenant_id: 'default', client_base_url: "https://xxxx.in/fineract-provider/api/v1", client_password: "xxx" };
let response = await (new FineractAPI(config)).get('search', args);
let results = response.data;
console.log(results);
Run Tests
Run
npm install
Create
.env
file in your project's root and place the following contents
CBS_BASE_URL=https://xxxx.xxx.xx/fineract-provider/api/v1
CBS_USER=my_cbs_username
CBS_PASSWORD=my_cbs_password
CBS_TENANT=default
- Run
npm test
npm test
2.0.21
4 years ago
2.0.20
4 years ago
2.0.19
5 years ago
2.0.18
5 years ago
2.0.17
5 years ago
2.0.16
5 years ago
2.0.15
5 years ago
2.0.14
5 years ago
2.0.13
5 years ago
2.0.12
5 years ago
2.0.11
5 years ago
2.0.10
5 years ago
2.0.9
5 years ago
2.0.8
5 years ago
2.0.7
5 years ago
2.0.6
5 years ago
2.0.5
5 years ago
2.0.4
5 years ago
2.0.3
5 years ago
2.0.2
5 years ago
1.0.0
6 years ago