1.0.2 • Published 27 days ago

bog-token v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
27 days ago

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

FunctionsDescription
getBOGToken()Function to retrieve the token

Installation

NPM:

npm install bog-token

Yarn:

yarn add bog-token
1.0.2

27 days ago

1.0.1

5 months ago

1.0.0

5 months ago