Skip to content

Instantly share code, notes, and snippets.

@jwintersinger
Created April 8, 2012 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwintersinger/2340220 to your computer and use it in GitHub Desktop.
Save jwintersinger/2340220 to your computer and use it in GitHub Desktop.
testHelpers.makePutReq('/api/memos/1', {
title: 'My new title',
postDate: 1433820201,
content: 'My new body.',
id: 1,
posterID: 2
}, function(res) {
// On response
}, function(body) {
// On complete
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment