DoctorMcKay / node-steamcommunity

Interact with various interfaces on Steam Community from Node.js
https://dev.doctormckay.com/forum/8-node-steamcommunity/
MIT License
473 stars 127 forks source link

feat: Extend existing sharedfiles implementation #344

Open 3urobeat opened 4 months ago

3urobeat commented 4 months ago

Hi,
this PR extends the existing sharedfiles implementation to...:

Workshop Items are also listed as sharedfiles on the SteamCommunity (see the CS2 Insertion2 map for example), which is why I added support to the existing sharedfiles class, instead of adding a new one.

This PR might display conflicts later on as it is based on the master branch and not on the fixes of my two other sharedfiles PRs (#315 & #316). I'll address them gladly when it is time.

Thanks!