Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow sending Events in a bulk #110

Open
tylkomat opened this issue Apr 16, 2015 · 0 comments
Open

Allow sending Events in a bulk #110

tylkomat opened this issue Apr 16, 2015 · 0 comments

Comments

@tylkomat
Copy link

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":{
        ....
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant