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
If there is no maintenance 'timeToShutdownInMs' is not in the response included.
Details for Services:
I don't know if this fit's in the API, cuz it's not directly an Endpoint from Epic, but it's possible to get the separated Service Status with 2 Methods:
Parsing the HTML File (I currently use that method):
Maintenance Coutdown:
Add the Countdown for Maintenace which can be found in the lightswitch endpoint.
countdown_to_maintenance_in_ms = response['timeToShutdownInMs']
If there is no maintenance 'timeToShutdownInMs' is not in the response included.
Details for Services:
I don't know if this fit's in the API, cuz it's not directly an Endpoint from Epic, but it's possible to get the separated Service Status with 2 Methods:
Parsing the HTML File (I currently use that method):
(Could be changed to async)
Get it from the json:
Endpoint:
https://status.epicgames.com/index.json
I'm not sure how to get the separated information. It could be only displayed if a Service is down.
The text was updated successfully, but these errors were encountered: