Méthode | Description | |
---|---|---|
GetGame ( int id, string limitFields = null ) : GiantBomb.Api.Model.Game | ||
GetGameAsync ( int id, string limitFields = null ) : Task |
||
GetGames ( int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : IEnumerable |
||
GetGamesAsync ( int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : Task |
||
GetPlatform ( int id, string limitFields = null ) : Platform | ||
GetPlatformAsync ( int id, string limitFields = null ) : Task |
||
GetPlatforms ( int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : IEnumerable |
||
GetPlatformsAsync ( int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : Task |
||
GetRelease ( int id, string limitFields = null ) : GiantBomb.Api.Model.Release | ||
GetReleaseAsync ( int id, string limitFields = null ) : Task |
||
GetReleasesForGame ( GiantBomb.Api.Model.Game game, string limitFields = null ) : IEnumerable |
||
GetReleasesForGame ( int gameId, string limitFields = null ) : IEnumerable |
||
GetReleasesForGameAsync ( GiantBomb.Api.Model.Game game, string limitFields = null ) : Task |
||
GetReleasesForGameAsync ( int gameId, string limitFields = null ) : Task |
||
SearchForAllGames ( string query, string limitFields = null ) : IEnumerable |
||
SearchForAllGamesAsync ( string query, string limitFields = null ) : Task |
||
SearchForGames ( string query, int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : IEnumerable |
||
SearchForGamesAsync ( string query, int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : Task |
Méthode | Description | |
---|---|---|
InternalSearchForGames ( string query, int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : Task |
public GetGame ( int id, string limitFields = null ) : GiantBomb.Api.Model.Game | ||
id | int | |
limitFields | string | |
Résultat | GiantBomb.Api.Model.Game |
public GetGameAsync ( int id, string limitFields = null ) : Task |
||
id | int | |
limitFields | string | |
Résultat | Task |
public GetGames ( int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : IEnumerable |
||
page | int | |
pageSize | int | |
limitFields | string | |
Résultat | IEnumerable |
public GetGamesAsync ( int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : Task |
||
page | int | |
pageSize | int | |
limitFields | string | |
Résultat | Task |
public GetPlatform ( int id, string limitFields = null ) : Platform | ||
id | int | |
limitFields | string | |
Résultat | Platform |
public GetPlatformAsync ( int id, string limitFields = null ) : Task |
||
id | int | |
limitFields | string | |
Résultat | Task |
public GetPlatforms ( int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : IEnumerable |
||
page | int | |
pageSize | int | |
limitFields | string | |
Résultat | IEnumerable |
public GetPlatformsAsync ( int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : Task |
||
page | int | |
pageSize | int | |
limitFields | string | |
Résultat | Task |
public GetRelease ( int id, string limitFields = null ) : GiantBomb.Api.Model.Release | ||
id | int | |
limitFields | string | |
Résultat | GiantBomb.Api.Model.Release |
public GetReleaseAsync ( int id, string limitFields = null ) : Task |
||
id | int | |
limitFields | string | |
Résultat | Task |
public GetReleasesForGame ( GiantBomb.Api.Model.Game game, string limitFields = null ) : IEnumerable |
||
game | GiantBomb.Api.Model.Game | |
limitFields | string | |
Résultat | IEnumerable |
public GetReleasesForGame ( int gameId, string limitFields = null ) : IEnumerable |
||
gameId | int | |
limitFields | string | |
Résultat | IEnumerable |
public GetReleasesForGameAsync ( GiantBomb.Api.Model.Game game, string limitFields = null ) : Task |
||
game | GiantBomb.Api.Model.Game | |
limitFields | string | |
Résultat | Task |
public GetReleasesForGameAsync ( int gameId, string limitFields = null ) : Task |
||
gameId | int | |
limitFields | string | |
Résultat | Task |
public SearchForAllGames ( string query, string limitFields = null ) : IEnumerable |
||
query | string | |
limitFields | string | |
Résultat | IEnumerable |
public SearchForAllGamesAsync ( string query, string limitFields = null ) : Task |
||
query | string | |
limitFields | string | |
Résultat | Task |
public SearchForGames ( string query, int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : IEnumerable |
||
query | string | |
page | int | |
pageSize | int | |
limitFields | string | |
Résultat | IEnumerable |
public SearchForGamesAsync ( string query, int page = 1, int pageSize = GiantBombBase.DefaultLimit, string limitFields = null ) : Task |
||
query | string | |
page | int | |
pageSize | int | |
limitFields | string | |
Résultat | Task |