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
Register a new setup event listener on the current session and return a new listener id.
100
+
Only one listener may be registered on a given session.
101
+
Registering an new listener will invalidate the previous one if any.
102
+
Note that registering an event listener drastically reduces the session timeout : listening sessions are expected to call the /events/{listenerId}/fetch API on a regular basis.
Fetch new events from a registered event listener. Fetched events are removed from the listener buffer. Return an empty response if no event is available.
112
+
Per-session rate-limit : 1 calls per 1 SECONDS period for this particular operation (polling)
0 commit comments