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
To get all methods, we can do a {method: 'core.describe'} call. Is there a way to do the same thing with events, e.g. a {method: 'core.CoreListener.describe'} call?
The text was updated successfully, but these errors were encountered:
For what it's worth, commit e538608, which will be part of the upcoming Mopidy.js 1.0 release, adds an aggregate event named event that is emitted for all events. Subscribers are called with two arguments: the event's full name and the event object.
This should make it a bit easier to explore what events Mopidy.js emits.
Hi,
Is there any way of getting the list of all possible events from the server?
To get all methods, we can do a
{method: 'core.describe'}
call. Is there a way to do the same thing with events, e.g. a{method: 'core.CoreListener.describe'}
call?The text was updated successfully, but these errors were encountered: