Skip to content

Instantly share code, notes, and snippets.

@creesch
Created June 22, 2014 20:21
Show Gist options
  • Save creesch/2e854a750260818b5008 to your computer and use it in GitHub Desktop.
Save creesch/2e854a750260818b5008 to your computer and use it in GitHub Desktop.
$.getJSON(jsonurl).done(function (data, status, jqxhr) {
console.log(status);
console.log(jqxhr.getAllResponseHeaders());
console.log(jqxhr.getResponseHeader('x-ratelimit-remaining'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment