0.1.5 • Published 3 years ago

blazend-js v0.1.5

Weekly downloads
3
License
ISC
Repository
-
Last release
3 years ago

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)
0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago