This module holds all API calls which have to do with games/movies on GOG
Type/Module | Description |
Function or value | Description |
Full Usage:
Account.getFilteredGames request authentication
Parameters:
FilteredProductsRequest
authentication : Authentication
Returns: Async<Result<FilteredProductsResponse, (string * string)>>
|
|
Full Usage:
Account.getGameDetails productId authentication
Parameters:
ProductId
authentication : Authentication
Returns: Async<Result<GameInfoResponse, (string * string)>>
|
|