Skip to content

NikaKereselidze/bog-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published