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

Allowing for id with a max length of 7 characters #18

Closed HOllarves closed 4 years ago

HOllarves commented 4 years ago

Allowing for appIds with a max length of 7 characters. New games like Football Manager 2020 (1100600) or Star Wars: Jedi Fallen Order (1172380) have appIds of 7 characters.

xDimGG commented 4 years ago

Contains some code from #19. Please sort that out.