Method | Description | |
---|---|---|
BoardGameGeekClient ( IApiDownloadService apiDownloadService, IRollbarClient rollbarClient ) : System | ||
GetGameDetails ( int gameId ) : |
||
GetGameThumbnail ( int gameId ) : string | ||
GetUserDetails ( string userName ) : |
||
GetUserGames ( string userName ) : List |
||
SearchBoardGames ( string query, bool exactMatch = false ) : List |
Method | Description | |
---|---|---|
CleanUpQuery ( string query ) : string |
public BoardGameGeekClient ( IApiDownloadService apiDownloadService, IRollbarClient rollbarClient ) : System | ||
apiDownloadService | IApiDownloadService | |
rollbarClient | IRollbarClient | |
return | System |
public GetGameDetails ( int gameId ) : |
||
gameId | int | |
return |
public GetGameThumbnail ( int gameId ) : string | ||
gameId | int | |
return | string |
public GetUserDetails ( string userName ) : |
||
userName | string | |
return |
public GetUserGames ( string userName ) : List |
||
userName | string | |
return | List |
public SearchBoardGames ( string query, bool exactMatch = false ) : List |
||
query | string | |
exactMatch | bool | |
return | List |