georust / geocoding

Geocoding library for Rust.
https://crates.io/crates/geocoding
Apache License 2.0
76 stars 19 forks source link

Only update the quota if the Rate-Limit header has been received #7

Closed urschrei closed 6 years ago

urschrei commented 6 years ago

OpenCage paid tier customers don't have a daily rate limit, and query responses against their API keys do not return the X-RateLimit-Limit header or contain the rate field in the JSON response. This PR fixes what would have been a panic if these were missing.

groteworld commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Build succeeded