You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like with bulk Subscriptions it would be nice if pushd could accept events in a bulk. The endpoint would be /event and it could accept a json object. For example:
{
"user.newVideo:fkwhpd":{
"msg":"${var.name} sent a new video: ${var.title}",
"msg.fr":"${var.name} a envoyé une nouvelle video: ${var.title}",
"sound":"newVideo.mp3",
"data.user_id":"fkwhpd"
"data.video_id":"1k3dxk"
"var.name":"Jone Doe",
"var.title":"Super awesome video"
},
"other.event.name":{
....
}
}
The text was updated successfully, but these errors were encountered:
tylkomat
pushed a commit
to tylkomat/pushd
that referenced
this issue
Apr 16, 2015
Like with bulk Subscriptions it would be nice if pushd could accept events in a bulk. The endpoint would be
/event
and it could accept ajson object
. For example:The text was updated successfully, but these errors were encountered: