Skip to content

thechriswalker/twirp-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Javascript client helper for Twirp RPC codegen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published