0.0.6 • Published 4 years ago

@at-ishikawa/googleapis-protobuf v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Google APIs Protobuffers

This is the unofficial library to store generated files for protocol buffers for Google APIs, that are not stored in other it's official library.

Supported Protocol Buffers

  • google/rpc

Installation

npm install @at-ishikawa/googleapis-protobuf

Example Usage

const { Status } = require('@at-ishikawa/googleapis-protobuf/google/rpc/status_pb.js');
const { Code } = require('@at-ishikawa/googleapis-protobuf/google/rpc/code_pb.js');
const {
  BadRequest
} = require('@at-ishikawa/googleapis-protobuf/google/rpc/error_details_pb.js');

You can see more examples here

Notice

Before the library becomes stable, a.k.a version < 1.0.0, this library could have BREAKING CHANGES.

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago