isotropy-lib-rpc
v0.1.0
Published
RPC Backend for the Isotropy Project
Downloads
1
Readme
isotropy-lib-rpc
RPC Library for the Isotropy Project
import * as rpcLib from "isotropy-lib-rpc";
async function post() {
const response = await rpcLib.post("http://www.example.com", { data: "values" })
return response
}