1. 17 Jun, 2015 5 commits
  2. 16 Jun, 2015 1 commit
  3. 12 Jun, 2015 1 commit
  4. 29 May, 2015 2 commits
  5. 22 May, 2015 1 commit
  6. 30 Apr, 2015 7 commits
  7. 27 Apr, 2015 2 commits
  8. 24 Apr, 2015 1 commit
  9. 15 Apr, 2015 1 commit
  10. 14 Apr, 2015 3 commits
  11. 13 Apr, 2015 1 commit
  12. 08 Apr, 2015 2 commits
  13. 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
  14. 02 Apr, 2015 5 commits
  15. 27 Mar, 2015 2 commits
  16. 18 Mar, 2015 1 commit
  17. 12 Mar, 2015 1 commit
  18. 10 Mar, 2015 2 commits