Socket
Socket
Sign inDemoInstall

apigames

Package Overview
Dependencies
52
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    apigames

Unofficial apigames client library for Node Js


Version published
Maintainers
1
Install size
5.07 MB
Created

Readme

Source

CodeFactor Npm package monthly downloads

Apigames Client for Node Js

This library is the abstraction of Apigames API for access from applications written with server-side Javascript.

NPM

Instalasi

npm install apigames

atau

yarn add apigames

Pemakaian

Dapatkan Merchant ID dan Secret Key Anda di Apigames Dashboard.

const Apigames = require('apigames');
const client = new Apigames("YOUR MERCHANT ID","YOUR SECRET");

Cek Saldo

let saldo = await client.cekSaldo();

Cek Akun Game

let saldo = await client.cekAkunGame(gameCode, userId);

Game yang tersedia : mobilelegend , freefire, higgs

Cek Status Koneksi

Coming Soon

Transaksi Versi 1

let transaksi = await client.transaksi(refId, productCode, tujuan);

Note: RefID adalah kode transaksi unik kamu yang di generate secara acak

Transaksi Versi 2

let transaksi = await client.transaksiv2(refId, productCode, tujuan, serverId);

Note: RefID adalah kode transaksi unik kamu yang di generate secara acak

Cek Status Transaksi

Coming Soon

Radeem Kiosgamer Garena Shell Bulk

Coming Soon

Cek Status Radeem Kiosgamer Garena Shell Bulk

Coming Soon

License

MIT

Author

Ari Padrian

Keywords

FAQs

Last updated on 02 Oct 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc