New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@protobuf-ts/twirp-transport

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@protobuf-ts/twirp-transport

Twirp transport for clients generated by the protoc plugin "protobuf-ts".


Version published
Weekly downloads
66K
increased by20.72%
Maintainers
1
Weekly downloads
 
Created

@protobuf-ts/twirp-transport

Twirp transport for clients generated by protobuf-ts.

Installation:

# with npm:
npm install @protobuf-ts/twirp-transport

# with yarn:
yarn add @protobuf-ts/twirp-transport

You probably want the protoc plugin as well:

# with npm:
npm install -D @protobuf-ts/plugin

# with yarn:
yarn add --dev @protobuf-ts/plugin

Usage:

let transport = new TwirpFetchTransport({
    baseUrl: "localhost:3000"
});

let client = new HaberdasherClient(transport);

let {response} = await client.makeHat({ inches: 11 });
console.log("got a small hat! " + response)

To learn more, please read the MANUAL.

The Twirp error codes and clientcompat.proto are Copyright 2018 Twitch Interactive, Inc.

FAQs

Package last updated on 17 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts