Registry / http-client / marzbanpp

marzbanpp

JSON →
library1.0.5vcpkgunverified

marzbanpp is a C++ library for interacting with the Marzban REST API.

vcpkg install marzbanpp
INSTALL
IMPORT
SIG · MARZBANPP
M
marzbanpp
http-clientcppv1.0.5
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.

marzbanpp/marzbanpp.h
#include <marzbanpp/marzbanpp.h>

Fetch users from Marzban API

#include "marzbanpp/marzbanpp.h" #include <cstdio> int main() { marzbanpp::Client client("https://example.com", "token"); auto users = client.getUsers(); printf("Users count: %zu\n", users.size()); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources

No resource links recorded.

marzbanpp — pip install marzbanpp · libregistry