xDimGG / node-steamapi

An object-oriented Steam API wrapper for Node.js developers.
https://www.npmjs.com/package/steamapi
177 stars 43 forks source link

Idea: make resolve support SteamID3 #6

Closed PixelHir closed 2 years ago

PixelHir commented 6 years ago

I noticed that resolve function doesn't work with SteamID3 like this: [U:1:128525166]

Would be great if we get feature like that

eoussama commented 4 years ago

While you're at that, make it support every possible identifier:

This page can be of good use: https://developer.valvesoftware.com/wiki/SteamID

I'll see if I can put out an implementation and then issue a pull request.