grpc-caller
Advanced tools
Comparing version
{ | ||
"name": "grpc-caller", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "An improved Node.js gRPC client", | ||
@@ -34,12 +34,12 @@ "main": "index.js", | ||
"grpc-create-metadata": "^1.0.0", | ||
"grpc-inspect": "^0.1.0" | ||
"grpc-inspect": "^0.3.2" | ||
}, | ||
"devDependencies": { | ||
"async": "^2.1.4", | ||
"ava": "^0.17.0", | ||
"ava": "^0.22.0", | ||
"babel-eslint": "^7.1.1", | ||
"google-protobuf": "^3.0.0", | ||
"jsdoc-to-markdown": "^2.0.1", | ||
"jsdoc-to-markdown": "^3.0.0", | ||
"md-wrap-code": "^0.1.1", | ||
"standard": "^8.5.0" | ||
"standard": "^10.0.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "directories": { |
@@ -7,2 +7,4 @@ # grpc-caller | ||
[](https://travis-ci.org/bojand/grpc-caller) | ||
[](https://standardjs.com) | ||
[](https://raw.githubusercontent.com/bojand/grpc-caller/master/LICENSE) | ||
@@ -115,3 +117,3 @@ #### Features | ||
as first or second parameter (depending on the call type). However one has to | ||
manually createthe Metadata object. This module uses | ||
manually create the Metadata object. This module uses | ||
[grpc-create-metadata](https://www.github.com/bojand/grpc-create-metadata) | ||
@@ -152,3 +154,3 @@ to automatically create Metadata if plain Javascript object is passed in. | ||
| host | <code>String</code> | The host to connect to | | ||
| proto | <code>String</code> | <code>Object</code> | Path to the protocol buffer definition file or the static client constructor object itself | | ||
| proto | <code>String</code> \| <code>Object</code> | Path to the protocol buffer definition file or the static client constructor object itself | | ||
| name | <code>String</code> | In case of proto path the name of the service as defined in the proto definition. | | ||
@@ -177,5 +179,5 @@ | options | <code>Object</code> | Options to be passed to the gRPC client constructor | | ||
**Kind**: static property of <code>[caller](#caller)</code> | ||
**Kind**: static property of [<code>caller</code>](#caller) | ||
## License | ||
Apache-2.0 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25849
2.26%180
1.12%+ Added
- Removed
Updated