SteamWebAPI2 icon indicating copy to clipboard operation
SteamWebAPI2 copied to clipboard

Add bindings for ISteamRemoteStorage/GetCollectionDetails endpoint.

Open oliver4888 opened this issue 5 years ago • 2 comments

Added the GetCollectionDetails method to ISteamRemoteStorage which accepts either a single ulong or IList<ulong> via an overload and will return the list of items in that collection.

The uint FileType field on CollectionDetailItem appears to be some sort of enumeration, however I have only seen 0 returned for mods and 2 for collections, so I am hesitant to give it a concrete implementation.

oliver4888 avatar Oct 05 '20 21:10 oliver4888

@oliver4888 are you able to take a second look at this PR based on my comments so I can merge? Thanks.

babelshift avatar Nov 01 '21 12:11 babelshift

Hey @babelshift, I don't see any comments. Also I believe the FileType corresponds to EWorkshopFileType however the partner docs don't appear to have GetCollectionDetails so I'm not 100% on this.

oliver4888 avatar Nov 10 '23 22:11 oliver4888