1. 17 Sep, 2016 1 commit
    • Fix indentation regression in API listing (#4493) · fe4c4fa7
      In commit 5392be4d, there was a change
      made when cleaning up the template for the API listing that caused 2
      spaces to appear before every header item (except the first) and before
      the first line of the body of the response. This meant that it often
      looked like:
      
      HTTP 200 OK
        Allow: GET, OPTIONS
        Content-Type: application/json
        Vary: Accept
      
        {
          "key": "value",
          "key2": "value2"
      }
      
      This change removes those leading spaces, so that it will now look like:
      
      HTTP 200 OK
      Allow: GET, OPTIONS
      Content-Type: application/json
      Vary: Accept
      
      {
          "key": "value",
          "key2": "value2"
      }
      Tanner Hobson committed
  2. 15 Sep, 2016 1 commit
  3. 13 Sep, 2016 2 commits
  4. 08 Sep, 2016 1 commit
  5. 05 Sep, 2016 1 commit
  6. 02 Sep, 2016 1 commit
  7. 30 Aug, 2016 1 commit
  8. 25 Aug, 2016 2 commits
  9. 23 Aug, 2016 2 commits
  10. 22 Aug, 2016 1 commit
  11. 19 Aug, 2016 4 commits
  12. 18 Aug, 2016 2 commits
  13. 17 Aug, 2016 1 commit
  14. 15 Aug, 2016 4 commits
  15. 13 Aug, 2016 1 commit
  16. 12 Aug, 2016 5 commits
  17. 11 Aug, 2016 6 commits
  18. 10 Aug, 2016 4 commits