Skip to content

Ilmar7786/marzban-sdk

Repository files navigation

marzban-sdk

Fully typed and implementing all marzban methods


Installation

Using npm:

npm install marzban-sdk

Usage

const marzban = new MarzbanSDK({
  baseUrl: "https://example.com",
  password: "password",
  username: "username",
});

marzban.admin.getCurrentAdmin();

License

Distributed under the MIT License. See LICENSE for more information.