CartoDB / carto-python

CARTO Python client
https://carto.com
BSD 3-Clause "New" or "Revised" License
154 stars 62 forks source link

Improve rate limit exception #108

Closed simon-contreras-deel closed 5 years ago

simon-contreras-deel commented 5 years ago

A part of https://github.com/CartoDB/cartoframes/issues/562

We want to add the related data (the HTTP headers: 'Carto-Rate-Limit-Limit', 'Carto-Rate-Limit-Remaining', 'Retry-After', 'Carto-Rate-Limit-Reset') to the exception fired when a request to Maps/SQL API is rate limited.