Return X-RateLimit-Current and X-RateLimit-Max
description
Is it possible to return the X-RateLimit-Current and X-RateLimit-Max headers, so that one can ascertain how many requests they have made, and have remaining?
I assume that this may mean that every return object would inherit from a class that contains these values.
Many thanks!
Dan Atkinson