You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can't really easily get to the headers that tell us how our api-call limits are doing. It would be really beneficiary to access those. Given the scopes of some of the methods on the Base class it's really difficult to achieve this by extending or overriding methods in the class.
Motivation
We need to know when to reduce our API calls in order to create an efficient usage of the API.
The text was updated successfully, but these errors were encountered:
Overview/summary
We can't really easily get to the headers that tell us how our api-call limits are doing. It would be really beneficiary to access those. Given the scopes of some of the methods on the
Base
class it's really difficult to achieve this by extending or overriding methods in the class.Motivation
We need to know when to reduce our API calls in order to create an efficient usage of the API.
The text was updated successfully, but these errors were encountered: