Skip to content

lizan/service-control-client-cxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

The Service Control Client library for c/c++

The service control client library provides C++ APIs for:

  • access control check on API key validation
  • reporting API related data for google cloud logging and google cloud monitoring

It offers:

  • fast access control check through caching
  • high scalability by significantly reducing outgoing check and report requests through aggregation

Getting Service Control Client library

To download the service control client source code, clone the repository:

# Clone the repository
git clone https://github.com/cloudendpoints/service-control-client-cxx.git

Repository Structure

  • include: The folder contains public headers.
  • utils: The folder contains utility code.
  • src: The folder contains core source code.

Setup, Build and Test

Recommended workflow to setup, build and test service control client code:

# Sync your git repository with the origin.
git checkout master
git pull origin --rebase

# Setup git for remote push
script/setup

# Use Bazel to build
bazel build :all

# Use Bazel to test
bazel test :all

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published