Skip to content

Instantly share code, notes, and snippets.

@edstenson
Created July 26, 2012 14:38
Show Gist options
  • Save edstenson/3182424 to your computer and use it in GitHub Desktop.
Save edstenson/3182424 to your computer and use it in GitHub Desktop.
push/update JSON object
{
"id": "1",
"name": "mysubscription2",
"created_at": 1335869526,
"status": "disabled",
"hash": "123456789123456789123456789",
"hash_type": "stream",
"output_type": "http",
"output_params": {
"delivery_frequency": 60,
"url": "http://www.example.com",
"auth": {
"type": "basic",
"username": "frood",
"password": "towel42"
}
},
"last_request": 1343121477,
"last_success": 1343121477
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment