This repo contains experimental client libraries for the following APIs:
The libraries in this code base likely do not (yet) cover all the available
APIs. See the googleapis
repo
for the full list of APIs callable using gRPC.
To build the available libraries and run the tests, run the following commands after cloning this repo:
git submodule init
git submodule update --init --recursive
mkdir build-output
cd build-output
cmake ..
make all
make test
See CONTRIBUTING.md
for details on how to contribute to
this project, including how to build and test your changes as well as how to
properly format your code.
Apache 2.0; see LICENSE
for details.