1.0.6 • Published 3 years ago

@reloadly/reloadly.airtime v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@reloadly/reloadly.airtime

The implementation is based on the Airtime API Docs.

Usage

const ReloadlyAirtime = require("@reloadly/reloadly.airtime");
const ReloadlyCore = require("@reloadly/reloadly.core");

var api = new ReloadlyAirtime.AirtimeApi("<client id>", "<client secret>", null, ReloadlyCore.Environment.SANDBOX);
var operation = await api.accounts();
var request = operation.getBalance();
var balanceInfo = await request.execute();

You may find more information on the repository homepage: https://github.com/Reloadly/reloadly-sdk-nodejs

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago