1. 03 Apr, 2015 1 commit
    • 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
  2. 02 Apr, 2015 5 commits
  3. 27 Mar, 2015 2 commits
  4. 18 Mar, 2015 1 commit
  5. 12 Mar, 2015 1 commit
  6. 10 Mar, 2015 4 commits
  7. 27 Feb, 2015 2 commits
  8. 19 Feb, 2015 2 commits
  9. 18 Feb, 2015 2 commits
  10. 17 Feb, 2015 2 commits
  11. 16 Feb, 2015 4 commits
  12. 13 Feb, 2015 1 commit
  13. 04 Feb, 2015 3 commits
  14. 23 Jan, 2015 4 commits
  15. 16 Jan, 2015 1 commit
  16. 12 Jan, 2015 1 commit
  17. 07 Jan, 2015 1 commit
  18. 05 Jan, 2015 1 commit
  19. 19 Dec, 2014 2 commits