Closed smaeda-ks closed 5 years ago
@tushdante It would be great to get your insights too if possible before I merge this, thanks!
@tushdante It would be great to get your insights too if possible before I merge this, thanks!
Yep! I'll take a look at this today!
ping
re: APE-537
Adding a few lines in
def __from_response()
(cursor.py) anddef from_response()
(resource.py) to set rate limit instance varialbes.With this change, a caller who invokes
Cursor
class will be able to access rate limit headers through its instance variables. A caller who invokesfrom_response()
fromResource
class will be able to access rate limit headers by passing an additional argument (optional).