podio / podio-js

Official Podio JavaScript SDK for node and the browser
http://podio.github.io/podio-js/
MIT License
45 stars 49 forks source link

Supporting of returning rate limit #53

Open bajarang-agarwal opened 7 years ago

bajarang-agarwal commented 7 years ago

Podio provides x-rate-limit-remaining in the header to identify how much API rate limit is remaining so it would be great to provide some mechanism that user can retrieve this information.

bajarang-agarwal commented 7 years ago

Here is the pull request URL: https://github.com/podio/podio-js/pull/54