@algoan/rest
TypeScript icon, indicating that this package has built-in type declarations

2.7.1 • Public • Published

Algoan Logo

⚠️ 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].

Package Sidebar

Install

npm i @algoan/rest

Weekly Downloads

86

Version

2.7.1

License

ISC

Unpacked Size

194 kB

Total Files

74

Last publish

Collaborators

  • algoanbot
  • fabong
  • na-ji