marzban_api
A simple async rust client which simplifies the interactions with the Marzban panel API.
Updated for Marzban v0.7.0
Using
Either add it via Cargo:
or via Cargo.toml:
[]
= "0.2.6"
Examples
Simple example of using marzban_api:
use MarzbanAPIClient;
use BodyAdminTokenApiAdminTokenPost;
use tokio;
async
Features
- Async API Client from Reqwest
- Error handling
- Full support for all Marzban API endpoints
Contributing
Contributions are welcome. Please fork the repository and submit a pull request for review.
License
This project is licensed under the MIT license. See the LICENSE file for more details.
Acknowledgements
- Marzban for providing the API.
Additional Information
For details on the Marzban API and schema, please refer to the Marzban API Documentation