Advertisement
mech_coder

git_info

Sep 22nd, 2015
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. GET /repos/:owner/:repo/commits
  2. since=YYYY-MM-DDTHH:MM:SSZ.
  3. until=YYYY-MM-DDTHH:MM:SSZ.
  4.  
  5. commit:message
  6. commit:tree:url
  7. commit:tree:sha
  8.  
  9. comments_url
  10.  
  11. author:login
  12.  
  13. committer:login
  14.  
  15.  
  16. GET /users/:username/gists?&since=YYYY-MM-DDTHH:MM:SSZ.
  17.  
  18. https://api.github.com/rate_limit
  19.  
  20.  
  21. http://tylerlh.github.io/github-latest-commits-widget/?username=plataformatec&repo=devise&limit=10
  22.  
  23. https://github.com/christianv/jquery-lifestream
  24.  
  25. http://christianv.github.io/jquery-lifestream/example.html
  26. https://github.com/christianv/jquery-lifestream/blob/master/example.html
  27.  
  28. http://www.newmediacampaigns.com/blog/a-beautiful-jquery-github-widget
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement