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.
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
Baseclass 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.