Skip to content

Instantly share code, notes, and snippets.

@behrendtio
Created July 11, 2012 05:04
Show Gist options
  • Save behrendtio/3088125 to your computer and use it in GitHub Desktop.
Save behrendtio/3088125 to your computer and use it in GitHub Desktop.
Response
[{
"requestKey": "XX2",
"code": 1000,
"body": { "id": "5" }
}, {
"requestKey": "XX1",
"code": 1000,
"body": { "id": "6" }
}]
@plusgut
Copy link

plusgut commented Jul 11, 2012

[
{
updateResult:
{
status: 100001
requestKey: "jfUnfkg"
}
},

{
readResult:
    {
    content:
        [
            {foo:bar},
            {foo:bar},
            {foo:bar},
        ]
    requestKey: iudfgSAKHfg
    }
},

{
create:
    {
    model: "Qu.User",
    content: 
        {
        id: 42,
        foo:bar
        }
    },
    requestKey: "sdufIUFDAdfgsd"
},

]

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