2.7.1 • Published 1 year ago

@algoan/rest v2.7.1

Weekly downloads
141
License
ISC
Repository
-
Last release
1 year ago

⚠️ This SDK is not maintained anymore and we strongly recommend not using it! However, you could use the RequestBuilder which is generic and can be useful to authenticate your project to Algoan APIs.

NodeJS Algoan API SDK

JavaScript client for Algoan: wrap all APIs for developers using Algoan's APIs.

About Algoan

We believe at Algoan that consumer loans when wisely managed create positive economic value.

Our aim is therefore to design for our partners the ultimate credit experience to best serve their customers.

Installation

First, install this module running:

npm install @algoan/rest

Usage

After installing the module, you can now instantiate a instance of Algoan. Please note that credentials are required in order to test the Algoan class.

import { Algoan } from '@algoan/rest';

const client: Algoan = new Algoan({
  baseUrl: 'https://...',
  clientId: '{your_client_id}',
  clientSecret: '{your_client_secret}',
});

API

To be able to use this SDK, you need to ask to an Algoan administrator credentials to support@algoan.com.

2.7.1

1 year ago

2.6.0

2 years ago

2.7.0

2 years ago

2.5.3

2 years ago

2.5.2

2 years ago

2.5.1

2 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.20.0

3 years ago

1.19.0

3 years ago

1.18.0

3 years ago

1.17.2

4 years ago

1.17.1

4 years ago

1.17.0

4 years ago

1.16.0

4 years ago

1.15.4

4 years ago

1.15.3

4 years ago

1.15.2

4 years ago

1.15.1

4 years ago

1.15.0

4 years ago

1.14.0

4 years ago

1.13.1

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.1

4 years ago

1.11.0

4 years ago

1.10.2

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.9.4

4 years ago

1.9.3

4 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago