Open jvah opened 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.
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.
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.