collection¶
The class representing a collection
-
class
rawgpy.collection.Collection(json)[source]¶ Class representing a collection of Games
-
add(game)[source]¶ Adds a game to the collection, requires you to be owner of it
Parameters: game ( Game, or a list of.) – the game to be adde
-
is_mine¶ Returns true if the collection is created by the currently authenticated user, requires authentication
-