Socket
Book a DemoInstallSign in
Socket

@protobuf-ts/twirp-transport

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

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".

2.2.3-alpha.1
next
Source
npmnpm
Version published
Weekly downloads
92K
0.71%
Maintainers
1
Weekly downloads
 
Created
Source

@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.

Keywords

Protocol Buffers

FAQs

Package last updated on 15 Mar 2022

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.