You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
├── __api_session.py # Session management and authentication
463
+
├── __api_request.py # HTTP request handling
464
+
├── __api_response.py # Response parsing and pagination
465
+
├── __logger.py # Logging configuration
466
+
├── __pagination.py # Pagination utilities
467
+
├── cli.py # Interactive CLI functions
468
+
├── __models/ # Data models (privileges, etc.)
469
+
└── api/v1/ # Auto-generated API endpoints
470
+
├── const/ # Constants and enums
471
+
├── orgs/ # Organization-level APIs
472
+
├── sites/ # Site-level APIs
473
+
├── login/ # Authentication APIs
474
+
└── utils/ # Utility functions
475
+
```
476
+
477
+
477
478
## Contributing
478
479
479
480
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
0 commit comments