0.0.7 • Published 3 months ago

@togtokh.dev/xpay v0.0.7

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 months ago

X-PAY

Example

    import XPAY from "../src";
    const run = async () => {
      console.log((await XPAY.wallet.balance()).data.wallet_balance);
    };
    XPAY.auth
      .USER("staging", {
        phone_number: 1,
        password: "",
      })
      .then((result) => {
        console.log(result);
        run();
      })
      .catch((err) => {
        console.log(err);
      });
0.0.7

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.6

3 months ago

0.0.1

3 months ago