1. 15 Apr, 2015 1 commit
  2. 14 Apr, 2015 3 commits
  3. 13 Apr, 2015 1 commit
  4. 08 Apr, 2015 2 commits
  5. 03 Apr, 2015 2 commits
    • Romain Courteaud's avatar
      Drop not used test file. · ee6b9425
      Romain Courteaud authored
      ee6b9425
    • Romain Courteaud's avatar
      Stop mixing API parameters and user data. · 12bb5c55
      Romain Courteaud authored
      Modify jIO API to keep user data not modified.
          jIO.get({"_id": "foo"} -> jIO.get("foo")
          jIO.remove({"_id": "foo"} -> jIO.remove("foo")
          jIO.post({"title": "bar"}) -> jIO.post({"title": "bar"})
          jIO.put({"_id": "foo", "title": "bar"}) -> jIO.put("foo", {"title": "bar"})
          jIO.getAttachment({"_id": "foo", "_attachment": "enclosure"} -> jIO.get("foo", "enclosure")
          jIO.removeAttachment({"_id": "foo", "_attachment": "enclosure"} -> jIO.remove("foo", "enclosure")
          jIO.putAttachment({"_id": "foo", "_attachment": "enclosure", "_blob": blob} -> jIO.remove("foo", "enclosure", blob)
      
      jIO.get does not return an _id attribute anymore.
      12bb5c55
  6. 02 Apr, 2015 5 commits
  7. 27 Mar, 2015 2 commits
  8. 18 Mar, 2015 1 commit
  9. 12 Mar, 2015 1 commit
  10. 10 Mar, 2015 4 commits
  11. 27 Feb, 2015 2 commits
  12. 19 Feb, 2015 2 commits
  13. 18 Feb, 2015 2 commits
  14. 17 Feb, 2015 2 commits
  15. 16 Feb, 2015 4 commits
  16. 13 Feb, 2015 1 commit
  17. 04 Feb, 2015 3 commits
  18. 23 Jan, 2015 2 commits