bog-token

1.0.2 • Public • Published

Introduction

Library for retrieving and Bank of Georgia API token

Code Samples

Initialize bog-token instance

const BogToken = require("bog-token");

const bog = new BogToken("client id", "client secret key");

(async function () {
  const [token, error] = await bog.getBOGToken();
})();

List of functions

Functions Description
getBOGToken() Function to retrieve the token

Installation

NPM:

npm install bog-token

Yarn:

yarn add bog-token

Package Sidebar

Install

npm i bog-token

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

2.45 kB

Total Files

3

Last publish

Collaborators

  • nikakereselidze