Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $ curl -H "Authorization: token xxx" https://api.github.com/rate_limit [14:06:11]
  2. {
  3. "resources": {
  4. "core": {
  5. "limit": 60,
  6. "remaining": 56,
  7. "reset": 1490251085
  8. },
  9. "search": {
  10. "limit": 10,
  11. "remaining": 10,
  12. "reset": 1490249263
  13. },
  14. "graphql": {
  15. "limit": 0,
  16. "remaining": 0,
  17. "reset": 1490252803
  18. }
  19. },
  20. "rate": {
  21. "limit": 60,
  22. "remaining": 56,
  23. "reset": 1490251085
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement