rs / pushd

Blazing fast multi-protocol mobile and web push notification service
MIT License
1.16k stars 227 forks source link

New API endpoint GET /events. #82

Open jvah opened 10 years ago

jvah commented 10 years ago

Returns the names of all currently registered events. Since events are registered by the clients, it might be useful for the server to be able to list all currently registered events if they are not known beforehand.

rs commented 10 years ago

Thank you for your contribution. The list of event can get very large. If you want to implement this endpoint, a kind of pagination may be needed.