Registry / config / unleash-client-cpp

unleash-client-cpp

JSON →
library1.3.0vcpkgunverified

C++ client SDK for Unleash, an open-source feature flag management service.

vcpkg install unleash-client-cpp
INSTALL
IMPORT
SIG · UNLEASH-CLIENT-CPP
U
unleash-client-cpp
configcppv1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

unleash/client.h
#include <unleash/client.h>

Minimal Unleash client usage

#include <unleash/client.h> int main() { unleash::Client client("http://localhost:4242/api", "my-api-key"); bool enabled = client.isEnabled("my-feature"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
Resources

No resource links recorded.

unleash-client-cpp — pip install unleash-client-cpp · libregistry