LuckPerms / rest-api

A REST API for LuckPerms.
MIT License
31 stars 8 forks source link

Add events controller #16

Closed lucko closed 8 months ago

lucko commented 9 months ago

Adds an experimental new events controller that allows REST API consumers to subscribe to a limited number of LuckPerms events using SSE - https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events

Corresponding client implementation: https://github.com/LuckPerms/rest-api-java-client/pull/1