web-apibus

4.1.4 • Public • Published

APIBus Javascript实现的SDK,用于浏览器

安装

npm install --save web-apibus

使用方法

import ApiBus from "web-apibus"
var bus = new ApiBus(0, 0, "http://127.0.0.1:3000",jsoner);
let response = await bus.Execute("apibus.time.get");

参数

jsoner用于外接JSON处理器,可用于处理bigint,默认使用window.JSON

Readme

Keywords

none

Package Sidebar

Install

npm i web-apibus

Weekly Downloads

0

Version

4.1.4

License

ISC

Unpacked Size

31.4 kB

Total Files

5

Last publish

Collaborators

  • zsea