@algoan/rest

Algoan APIs SDK for NodeJS

Usage no npm install needed!

<script type="module">
  import algoanRest from 'https://cdn.skypack.dev/@algoan/rest';
</script>

README

Algoan Logo

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