For example
GET /api/myResource?limit=2&start=150&conditions={"name": {$regex: "foo"}} # where this of course is a encoded JSON object
Should be supported.
Well; quite obvious that this would be a huge step. Over at the seed project @pilwon mentioned that baucis is about to be (at least) looked at. baucis does in fact generate exactly those routes with the mentioned capabilities.
Not to be over enthusiastic, but wouldnt it be great if one could integrate it that way? Custom controllers somehow destroy the whole restify idea :/
For example
GET /api/myResource?limit=2&start=150&conditions={"name": {$regex: "foo"}} # where this of course is a encoded JSON objectShould be supported.
Well; quite obvious that this would be a huge step. Over at the seed project @pilwon mentioned that baucis is about to be (at least) looked at. baucis does in fact generate exactly those routes with the mentioned capabilities.
Not to be over enthusiastic, but wouldnt it be great if one could integrate it that way? Custom controllers somehow destroy the whole restify idea :/