Skip to content

Instantly share code, notes, and snippets.

@doapp-grady
Last active December 17, 2015 18:41
Show Gist options
  • Save doapp-grady/21a453760cd65734e620 to your computer and use it in GitHub Desktop.
Save doapp-grady/21a453760cd65734e620 to your computer and use it in GitHub Desktop.
{
"items" : [
{
"title" : "This is a Normal Push Title",
"pubDateEpocMs" : 12345678,
"...":"",
"endDisplay" : "2015-06-03T16:11:58+00:00", "__endDisplay" : "optional. default: No end",
"style" : "normal", "__style" : "optional: specifies differnt colors to draw attention. Options: 'normal' (default), 'important' (orange), 'warning' (red)"
},
{
"title" : "Tornado Watch Push Example Title",
"...":"",
"endDisplay" : "2015-06-03T16:11:58+00:00",
"style" : "important"
},
{
"title" : "Wind Warning Push Example Title",
"...":"",
"endDisplay" : "2015-06-03T16:11:58+00:00",
"style" : "normal"
},
{
"title" : "Sports Push Example Title -- NOT SUPPORTED THIS VERSION",
"...":"",
"endDisplay" : "2015-06-03T16:11:58+00:00",
"style" : "normal"
}
]
}
@doapp-grady
Copy link
Author

For each item, the items after the "..." are new

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment