-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a command to check the status of a current match by discord user id #7
Comments
In the API could this become an extension of EDIT: Oops I was thinking we had an |
I could alter the existing inMatch response to return either false OR an object for the current the current map of their game if they’re in one. Would that help? The only problem is that then the player response becomes quite bloated. I think it’d be easier to get a match by someone’s discord Id in a separate endpoint. |
Yeah I think having a separate endpoint would probably be best. As a side note, in the player object we could replace |
Could introduce a matches route what allows you to pull multiple matches based off your desired parameters, if no parameters given just return X amount of the latest matches. This would allow you to find matches based off Discord IDs, Match IDs etc.. |
Yeah this could be a good all-in-one solution. Get an active match by player ID, steam ID, match ID. |
Okay, I'll implement and endpoint on the web and let you know when it's merged. |
I would probably steer away from this because I don't want one |
It'll require an endpoint on the backend but I think it would be nice to add a command for this as people in the current queue might want to know how long they will be waiting for players in that match to join.
The text was updated successfully, but these errors were encountered: