Brage

Results 3 issues of Brage

Add support for events. https://events-public-service-live.ol.epicgames.com /api/v1/players/Fortnite/{accountId} /api/v1/events/Fortnite/download/{accountId} /api/v1/events/Fortnite/{eventId}/history/{accountId} /api/v1/leaderboards/Fortnite/{eventId}/{eventWindowId}/{accountId}

enhancement

Code: ```py async def connect_xmpp(loop, token, id): jid = aioxmpp.JID.fromstr(f"{id}@prod.ol.epicgames.com") client = aioxmpp.PresenceManagedClient( jid, aioxmpp.make_security_layer(token, no_verify=True), override_peer=[("xmpp-service-prod.ol.epicgames.com", 5222, aioxmpp.connector.STARTTLSConnector())] ) async with client.connected() as stream: print("Connected") await asyncio.sleep(5) ``` When...

bug
help wanted
up-for-grabs

## Preview ![image](https://github.com/dotkom/onlineweb-frontend/assets/40792825/f0e00678-c779-46bc-9919-4a9955ad197f)