Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.74 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.74 KB

Google Cloud Platform C++ Client Libraries

Travis CI status AppVeyor CI status Codecov Coverage status Documentation

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

Contributing changes

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.

Licensing

Apache 2.0; see LICENSE for details.