Skip to content

Instantly share code, notes, and snippets.

@edstenson
Created July 26, 2012 14:50
Show Gist options
  • Save edstenson/3182493 to your computer and use it in GitHub Desktop.
Save edstenson/3182493 to your computer and use it in GitHub Desktop.
push/pause return JSON object
{
"id": "08b923395b6ce8bfa4d96f57f863a1c3",
"name": "mysubscription",
"created_at": 1335869526,
"status": "paused",
"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