jadolg / outline-vpn-api

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

Getting of custom data limit per key #9

Closed ilyhan2009 closed 1 year ago

ilyhan2009 commented 1 year ago

Example of response with custom data limit from official repo:

https://github.com/Jigsaw-Code/outline-server/blob/8225de26b72af20bba5523b4150e073fb1a63ffd/src/shadowbox/server/api.yml#L190

jadolg commented 1 year ago

Could you please modify the tests so this gets covered?

ilyhan2009 commented 1 year ago

Could you please modify the tests so this gets covered?

done, but if you have any suggestions how to refactor it - feel free to reply!

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

jadolg commented 1 year ago

That's great. All tests are green and better :) I'll merge and release the changes.