bitvavo / go-bitvavo-api

Go wrapper for Bitvavo API
ISC License
2 stars 3 forks source link

Fix: Extracting rate limit from response headers #8

Open m-heintze opened 1 year ago

m-heintze commented 1 year ago

The current implementation has a method GetRemainingLimit, which is very useful. However it always returned 1000, regardless of the actual remaining rate limit.

Changes in the PR:

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
No Duplication information No Duplication information