2.0.21 • Published 3 years ago

fineract-client v2.0.21

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

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

  1. Run npm install

  2. 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
  1. Run npm test
npm test
2.0.21

3 years ago

2.0.20

3 years ago

2.0.19

3 years ago

2.0.18

3 years ago

2.0.17

3 years ago

2.0.16

3 years ago

2.0.15

3 years ago

2.0.14

3 years ago

2.0.13

3 years ago

2.0.12

3 years ago

2.0.11

3 years ago

2.0.10

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

1.0.0

4 years ago