blobs-io / blobsgame

✨ The official repository for the blobs browsergame
7 stars 2 forks source link

API endpoint to get information about a specific user #59

Closed y21 closed 5 years ago

y21 commented 5 years ago

Is your feature request related to a problem? Please describe. When sending a request to /api/players it only gives you the top 25 players (ordered by BR value), so if you want to get information about a specific player and they aren't in there, you won't get what you need.

Describe the solution you'd like Sending a GET request to /api/player/{player.username} returns an object with information like BR, account creating etc.

Additional context This is needed for the bot.

y21 commented 5 years ago

Added.