Skip to content

Instantly share code, notes, and snippets.

@mikeywaites
Created September 14, 2012 13:39
Show Gist options
  • Save mikeywaites/3721966 to your computer and use it in GitHub Desktop.
Save mikeywaites/3721966 to your computer and use it in GitHub Desktop.
//request
{
'method': 'post',
'data': {
'some_key': 'some_val'
}
}
//response
{
'status_code': 201,
'data': {
'': '',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment