node-steamapi icon indicating copy to clipboard operation
node-steamapi copied to clipboard

Count parameter on GetRecentlyPlayedGames

Open ezefranca opened this issue 3 years ago • 0 comments

Looks like GetRecentlyPlayedGames supports a optional count parameter which is not implemented

From Steam docs:

GetRecentlyPlayedGames returns a list of games a player has played in the last two weeks, if the profile is publicly visible. Private, friends-only, and other privacy settings are not supported unless you are asking for your own personal details (ie the WebAPI key you are using is linked to the steamid you are requesting).
    steamid
        The SteamID of the account.
    count
        Optionally limit to a certain number of games (the number of games a person has played in the last 2 weeks is typically very small)

ezefranca avatar Feb 05 '22 20:02 ezefranca