pushd icon indicating copy to clipboard operation
pushd copied to clipboard

New API endpoint GET /events.

Open jvah opened this issue 11 years ago • 1 comments

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.

jvah avatar Sep 26 '14 11:09 jvah

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.

rs avatar Sep 29 '14 18:09 rs