HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RImmers2/portal.photomenu.nl/wwwroot/node_modules/google-proto-files/readme.md
# google-proto-files [![Build Status][build_img]][build_link]

> Get a copy of the [googleapis](https://github.com/google/googleapis) proto files into your project

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

### Get a directory path by executing as a function
```js
protoFiles('logging', 'v2')
// node_modules/google-proto-files/google/logging/v2
```

### Get a path to the entry proto file for a specific API version
```js
protoFiles.pubsub.v1
// node_modules/google-proto-files/google/pubsub/v1/pubsub.proto
```

[build_img]: https://travis-ci.org/stephenplusplus/google-proto-files.svg?branch=master
[build_link]: https://travis-ci.org/stephenplusplus/google-proto-files