Skip to content

Files

cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 30, 2024
Jul 30, 2024
Jul 30, 2024
Oct 11, 2024
Jul 30, 2024
Jul 30, 2024
Jul 30, 2024
Jul 30, 2024
Oct 22, 2024
Oct 9, 2024
Jul 30, 2024
Oct 11, 2024
Oct 22, 2024
Jul 30, 2024
Jul 30, 2024

C++ SDK for Verdict-as-a-Service

Caution

This is a beta version. Please do not use the SDK in a production system yet.

Running the example

Prerequisites:

  • CMake

Install vcpkg:

git clone https://github.com/microsoft/vcpkg.git
cd vcpkg && ./bootstrap-vcpkg.sh
export VCPKG_ROOT=/path/to/vcpkg
export PATH=$VCPKG_ROOT:$PATH

Build:

cmake --preset release
cmake --build build

Run:

CLIENT_ID=<your client ID> CLIENT_SECRET=<your client secret> build/vaas_example build/vaas_example