user

The class representing a User

class rawgpy.user.User(json)[source]
beaten

The games this user has makers as beaten, list of Game

dropped

The games this user has makers as dropped, list of Game

games

Returns a list of unpopulated Game objects that this user has added.

owned

The games this user has makerd as owned, list of Game

playing

The games this user has makers as playing, list of Game

populate()[source]

Populates the user by re-requesting the data

toplay

The games this user has makers as toplay, list of Game

yet

The games this user has makers as yet, list of Game