Fully typed and implementing all marzban methods
Using npm:
npm install marzban-sdk
const marzban = new MarzbanSDK({
baseUrl: "https://example.com",
password: "password",
username: "username",
});
marzban.admin.getCurrentAdmin();
Distributed under the MIT License. See LICENSE
for more information.