rpc-http-browser
rpc-request
factory using transport-http-browser
.Installation
yarn add @mainframe/rpc-http-browser
Usage
import httpRPC from '@mainframe/rpc-http-browser'
const rpc = httpRPC('http://localhost')
rpc.request('getUser', ['1234']).then(console.log)
API
httpRPC()
Argumentsurl: string
Returns
RequestRPC