mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-05-13 20:26:50 +00:00
- Implemented models for nodes usage history including NodeInfoDto, GetUserAccessibleNodesResponse, and usage statistics. - Created subscription-related models such as UserSubscription, SubscriptionInfoData, and various response DTOs for subscription information. - Developed models for subscription settings, templates, and system statistics, enhancing the API's capability to manage and retrieve subscription configurations. - Introduced user management models including CreateUserRequestDto, UpdateUserRequestDto, and various response DTOs for user actions. - Added bulk actions for user updates and statistics tracking, improving the efficiency of user management operations. - Established a base controller for handling API requests and responses, along with decorators for HTTP methods to streamline API interactions. - Included utility functions for serialization using orjson for better performance with Pydantic models. |
||
|---|---|---|
| .. | ||
| .env.test | ||
| __init__.py | ||
| conftest.py | ||
| test_auth.py | ||
| test_bandwidthstats.py | ||
| test_config_profiles.py | ||
| test_hosts.py | ||
| test_hwid.py | ||
| test_inbounds.py | ||
| test_infra_billing.py | ||
| test_internal_squads.py | ||
| test_keygen.py | ||
| test_nodes.py | ||
| test_nodes_usage_history.py | ||
| test_subscription.py | ||
| test_subscriptions_settings.py | ||
| test_subscriptions_template.py | ||
| test_system.py | ||
| test_users.py | ||
| test_users_bulk_actions.py | ||
| test_users_stats.py | ||
| utils.py | ||