berbix-node:用于与Berbix API交互的Node SDK

时间:2024-05-31 22:19:43
【文件属性】:

文件名称:berbix-node:用于与Berbix API交互的Node SDK

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-31 22:19:43

JavaScript

Berbix节点SDK 该Berbix节点库提供了与Berbix API进行交互的简单接口。 安装 如果您使用NPM进行软件包管理 npm install berbix 如果您使用Yarn进行软件包管理 yarn add berbix 用法 建立客户 // Import the Berbix Node library var berbix = require('berbix'); // Construct the client, providing your API secret var client = new berbix.Client({ apiSecret: 'your_api_secret_here', }) 创建交易 var transactionTokens = await client.createTransaction({ customerUid: "inte


【文件预览】:
berbix-node-master
----version(5B)
----README.md(6KB)
----examples()
--------transactions.js(1KB)
----LICENSE(1KB)
----package.json(640B)
----renovate.json(199B)
----lib()
--------berbix.js(8KB)
----release.sh(495B)

网友评论