kuda-bank-node
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

Kuda Bank NodeJS Library

Getting Started

Quick Start

import { Kuda } from 'kuda-bank-node'
const fs = require("fs");


const email = ""
const clientKey = "n";
const accessToken = ""
const kuda  = new Kuda({
    email: email,
    clientApiKey: clientKey,
    accessToken: accessToken
},false)
const reference  = Math.floor(Math.random() * 1000000000000 + 1).toString()
kuda.request('ADMIN_MAIN_ACCOUNT_TRANSACTIONS',reference ,{
    PageSize: 10,
    PageNumber: 1
}).then(
    console.log
).catch(console.log)

/kuda-bank-node/

    Package Sidebar

    Install

    npm i kuda-bank-node

    Weekly Downloads

    1

    Version

    0.0.7

    License

    ISC

    Unpacked Size

    22.1 kB

    Total Files

    16

    Last publish

    Collaborators

    • henadad