magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.8k stars 746 forks source link

Server must have web api for health, stats and other data checking #12016

Open JayDi85 opened 3 months ago

JayDi85 commented 3 months ago

General topic about public API and related ideas.

Server must have public web api with basic features like:

Api usage examples:

Tech details:

First steps:

JayDi85 commented 3 months ago

@xenohedron I don’t use discord bots, so maybe you have some ideas about possible api endpoints and data that can be useful for historical and other discord groups.

theelk801 commented 3 months ago

a good option for simple discord integrations is webhooks which don't require building and running an actual bot

xenohedron commented 3 months ago

Yeah, I don't know much about actual bots either, agree that webhooks are a good option to consider

theelk801 commented 3 months ago

discord bots are pretty easy to set up if you do end up needing one, you just need somewhere to host it