Skip to content
Snippets Groups Projects
  1. Oct 09, 2013
  2. Aug 28, 2013
    • Alex Van't Hof's avatar
      Standardize commit diff api url, change blob api url, add get single commit · 59f428dc
      Alex Van't Hof authored
      Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line
      with existing api urls (e.g. "/projects/:id", etc.)
      
      Fix 500 error resulting from a diff api call with an invalid commit hash
      
      Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for
      backwards compatibility.
      
      Add ability to get a single commit via "/commits/:sha"
      59f428dc
  3. Aug 25, 2013
  4. Aug 20, 2013
  5. Aug 07, 2013
  6. Jul 29, 2013
  7. Jul 26, 2013
  8. Jul 17, 2013
    • Sean Zicari's avatar
      Update README.md · 87e8c2dc
      Sean Zicari authored
      Updated the relative links in ## Contents to point to the correct documents.
      87e8c2dc
  9. Jul 16, 2013
  10. Jul 12, 2013
  11. Jul 08, 2013
  12. Jul 07, 2013
  13. Jul 06, 2013
  14. Jun 12, 2013
  15. Jun 11, 2013
  16. Jun 06, 2013
  17. May 29, 2013
    • Drew Blessing's avatar
      Update api docs and remove old attribute from User entity. · 07fd95f3
      Drew Blessing authored
      The API docs incorrectly referenced a few attributes associated with users. The 'blocked' attribute has been replaced with 'state'. Also, 'dark_scheme' seems to no longer be available in the User model so it should be removed from the exposed attributes in the API User entity.
      
      Add color scheme ID to API User entity
      07fd95f3
  18. May 27, 2013
  19. May 21, 2013
  20. Apr 25, 2013
Loading