twirp

0.0.7 • Public • Published

twirp rpc client for javascript.

This is a companion package to the twirp rpc system. It can generate javascript bindings, but this package is required for handling the differences between the nodejs binding and the browser binding.

The API exposed is identical each time:

const createTwirpClient = require("twirp-client");
 
const rpc = createTwirpClient(baseurl, serviceName, twirpVersion, useJSON, extraHeaders);
 
// The function returned has the signature below. "customHeaders" is optional, and if defined, will
// merge any custom headers into "extraHeaders" defined in the rpc client.
const resultPromise = rpc(methodName, inputProtobugMessageObject, outputProtobufMessageClass, customHeaders);

Readme

Keywords

none

Package Sidebar

Install

npm i twirp

Weekly Downloads

2

Version

0.0.7

License

MIT

Unpacked Size

220 kB

Total Files

11

Last publish

Collaborators

  • thechriswalker