GitHunt
EV

evaogbe/nodejs-proto-files

All of the Google API's protocol buffer files

google-proto-files Build Status

Get a copy of the googleapis proto files into your project

$ npm install --save google-proto-files
var protoFiles = require('google-proto-files')

Get a directory path by executing as a function

protoFiles('logging', 'v2')
// node_modules/google-proto-files/google/logging/v2

Get a path to the entry proto file for a specific API version

protoFiles.pubsub.v1
// node_modules/google-proto-files/google/pubsub/v1/pubsub.proto

Languages

JavaScript100.0%

Contributors

MIT License
Created August 8, 2017
Updated September 24, 2020
evaogbe/nodejs-proto-files | GitHunt