Skip to content

Instantly share code, notes, and snippets.

@edstenson
Last active October 7, 2015 14:57
Show Gist options
  • Save edstenson/3182403 to your computer and use it in GitHub Desktop.
Save edstenson/3182403 to your computer and use it in GitHub Desktop.
push-get.json
{
"count": 2,
"subscriptions": [
{
"id": "1",
"name": "Some subscription 1",
"created_at": 1335869526,
"status": "finished",
"hash": "123456789123456789123456789",
"hash_type": "stream",
"remaining_bytes": 50177,
"lost_data": false,
"output_type": "http",
"output_params": {
"delivery_frequency": "60",
"url": "http://www.example.com",
"auth": {
"type": "basic",
"username": "frood",
"password": "towel42"
}
},
"last_request": null,
"last_success": null
},
{
"id": "2",
"name": "Some subscription 2",
"created_at": 1335962743,
"status": "paused",
"remaining_bytes": null,
"lost_data": false,
"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