New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

integrasitv

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

integrasitv

Tokovoucher client library for NodeJS

unpublished
latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Un-Official Tokovoucher client library for NodeJS

Instalasi

npm install integrasitv atau yarn add integrasitv

Dokumentasi

const integrasi = require('integrasitv');
const akuntv = new integrasi('membercode', 'secretkey');
Cek Saldo
let saldo = await akuntv.cekSaldo();
Daftar Harga Cek Produk
let harga = await akuntv.getProduk(kodeProduk);
Daftar Harga List Kategori
let harga = await akuntv.listKategori();
Daftar Harga List Operator
let harga = await akuntv.listOperatorByKategori(id_kategori);
Daftar Harga List Jenis
let harga = await akuntv.listJenisByOperator(id_operator);
Daftar Harga List Produk
let harga = await akuntv.listProduk(id_operator, id_jenis);
Transaksi
let trx = await akuntv.transaksi(refId, kodeProduk, tujuan, serverId);
Status Transaksi
let cekTrx = await akuntv.cekStatusTransaksi(refId);

License

MIT

Author

Ari Padrian

FAQs

Package last updated on 04 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts