Skip to content

Instantly share code, notes, and snippets.

@behrendtio
Created July 11, 2012 05:04
Show Gist options
  • Save behrendtio/3088121 to your computer and use it in GitHub Desktop.
Save behrendtio/3088121 to your computer and use it in GitHub Desktop.
Request
[{
"requestKey": "XX1",
"method": "create",
"entity": "coupon",
"body": { "title": "bloopark discount 10%" }
}, {
"requestKey": "XX2",
"method": "create",
"entity": "coupon",
"body": { "title": "bloopark discount 20%" }
}]
@plusgut
Copy link

plusgut commented Jul 11, 2012

[
{
read:
{
model: "Qu.User",
filter:
{
foo:"bar"
}
},
requestKey: "iudfgSAKHfg"
},

{
update:
    {
    model: "Qu.User",
    content: 
        {
        id: 23,
        foo:"bar"
        }
    },
    requestKey: "jfUnfkg"
},

]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment