OPSkins / trade-opskins-api

API docs for trade.opskins.com
41 stars 19 forks source link

Standard User Public Profile Object should include `id` and `steam_id` too #76

Closed waylaidwanderer closed 6 years ago

waylaidwanderer commented 6 years ago

Title. SteamID on Steam has always been a public identifier, and I see no reason why the OPSkins UID and SteamID shouldn't be present in the Standard User Public Profile Object.

This would be useful for converting a SteamID to OPSkins UID, as you could just make a call to /ITrade/GetUserInventoryFromSteamId/v1/ with a SteamID and grab the OPSkins UID from the user_data response.

Voyager-Two commented 6 years ago

Added!

Thanks