blazend-js
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

blazend-js

Install

npm i blazend-js

Usage

import { API } from "blazend-js";

// Initialize API
const api = new API("http://localhost:5000");

// Call service functions
const { status, data } = await api.call("serviceName", "funcName", paramsObj)
console.log("Response", status, data)

Readme

Keywords

none

Package Sidebar

Install

npm i blazend-js

Weekly Downloads

2

Version

0.1.5

License

ISC

Unpacked Size

9.35 kB

Total Files

9

Last publish

Collaborators

  • heyitsjs