Skip to content

Commit bdca291

Browse files
authored
Add info on build and test
1 parent daba14c commit bdca291

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
grpc-transcoding is a library that supports [transcoding](https://cloud.google.com/endpoints/docs/transcoding) so that HTTP/JSON can be converted to gRPC.
44

5-
It helps you to provide your APIs in both gRPC and RESTful style at the same time. The code is used in istio [proxy](https://github.com/istio/proxy)
6-
to provide HTTP+JSON interface to gRPC service.
5+
It helps you to provide your APIs in both gRPC and RESTful style at the same time. The code is used in istio [proxy](https://github.com/istio/proxy) to provide HTTP+JSON interface to gRPC service.
6+
7+
The code can be built with the following command
8+
9+
bazel build //...
10+
11+
Tests can be run using
12+
13+
bazel test //...
714

815
# Contribution
916
See [CONTRIBUTING.md](http://github.com/grpc-ecosystem/grpc-transcoding/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)