Is your feature request related to a problem? Please describe.
Currently there is not way to know actual player_xp for a given steamid which is a must have feature on most level up bots out there to calculate how much sets/badges you need to reach 'your dream level'. Moreover, would be nice to also know crafted badges for a given steam so we can use this method to compare our inventory sets agaist crafted sets for a given steamid.
Is your feature request related to a problem? Please describe.
Currently there is not way to know actual player_xp for a given steamid which is a must have feature on most level up bots out there to calculate how much sets/badges you need to reach 'your dream level'. Moreover, would be nice to also know crafted badges for a given steam so we can use this method to compare our inventory sets agaist crafted sets for a given steamid.
function getBadges(steamid) { ...
return { player_level: response.player_level, player_xp: response.player_xp, badges: response.badges };
}
Describe the solution you'd like
Created a method to mimic IPlayerService/GetBadges