Bgg class

A client for BGG's API ver 2.

Constructors

Bgg({BggHttp? http})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBoardGame(int gameId) Future<BoardGame?>
Retrieve information about a particular board game by gameId.
getFamilyItems(FamilyParameters parameters) Future<List<Family>>
Retrieves a list of all things matching query.
getForum(ForumParameters parameters) Future<Forum>
Retrieve information about things.
getForumList(ForumListParameters parameters) Future<List<Forum>>
Retrieve information about things.
getThing(ThingParameters parameters) Future<BoardGame?>
Retrieve information about a particular thing.
getThings(ThingParameters parameters) Future<List<BoardGame>>
Retrieve information about things.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchBoardGames(String query) Future<List<BoardGameRef>>
Retrieves a list of board games (only) matching query.
searchThings(SearchParameters parameters) Future<List<ItemRef>>
Retrieves a list of all things matching query.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited