Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created January 8, 2009 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save swannodette/44896 to your computer and use it in GitHub Desktop.
Save swannodette/44896 to your computer and use it in GitHub Desktop.
{
action: 'create/read/update/delete',
table: 'user/shift/trail/comment',
constraints: {
user_id: 67
},
properties: '*' || ['username', 'summary', 'modified'],
orderby: ['<' || '>', 'modified'],
startIndex: 2,
count: 20
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment