jadolg / outline-vpn-api

A Python API wrapper for Outline VPN https://getoutline.org/
MIT License
114 stars 30 forks source link

Enhance Outline VPN API Wrapper with Key Usage and Info Retrieval Functions #34

Open iarmawn opened 5 months ago

iarmawn commented 5 months ago

This pull request introduces new functionalities to the Outline VPN API wrapper, aiming to improve its usability and management capabilities for Outline VPN servers. Specifically, the following functions have been added:

-get_all_key_usages: Enables administrators to track the data usage of all access keys, facilitating better resource management and monitoring.

-get_key_usage: Allows for detailed monitoring of data usage for individual keys, aiding in usage analysis and key management.

-get_key_info_by_name: Provides detailed information for a specific key, enhancing key administration capabilities by allowing easier access to key details.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud