Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. RetrieveDeveloperGamesLastPlayerTokenResponse :: Maybe GamePlayerToken -> RetrieveDeveloperGamesLastPlayerTokenResponse

    gogol-games Gogol.Games

    No documentation available.

  2. daysSinceLastPlayed :: StatsResponse -> Maybe Int32

    gogol-games Gogol.Games

    Number of days since the player last played this game. E.g., 0, 1, 5, 10, ... . Not populated if there is not enough information.

  3. newGamesRecallLastTokenFromAllDeveloperGames :: Text -> GamesRecallLastTokenFromAllDeveloperGames

    gogol-games Gogol.Games

    Creates a value of GamesRecallLastTokenFromAllDeveloperGames with the minimum fields required to make a request.

  4. newRetrieveDeveloperGamesLastPlayerTokenResponse :: RetrieveDeveloperGamesLastPlayerTokenResponse

    gogol-games Gogol.Games

    Creates a value of RetrieveDeveloperGamesLastPlayerTokenResponse with the minimum fields required to make a request.

  5. data GamesRecallLastTokenFromAllDeveloperGames

    gogol-games Gogol.Games.Recall.LastTokenFromAllDeveloperGames

    Retrieve the last Recall token from all developer games that is associated with the PGS Player encoded in the provided recall session id. The API is only available for users that have active PGS Player profile. See: newGamesRecallLastTokenFromAllDeveloperGames smart constructor.

  6. GamesRecallLastTokenFromAllDeveloperGames :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> GamesRecallLastTokenFromAllDeveloperGames

    gogol-games Gogol.Games.Recall.LastTokenFromAllDeveloperGames

    No documentation available.

  7. type GamesRecallLastTokenFromAllDeveloperGamesResource = "games" :> "v1" :> "recall" :> "developerGamesLastPlayerToken" :> Capture "sessionId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] RetrieveDeveloperGamesLastPlayerTokenResponse

    gogol-games Gogol.Games.Recall.LastTokenFromAllDeveloperGames

    A resource alias for games.recall.lastTokenFromAllDeveloperGames method which the GamesRecallLastTokenFromAllDeveloperGames request conforms to.

  8. newGamesRecallLastTokenFromAllDeveloperGames :: Text -> GamesRecallLastTokenFromAllDeveloperGames

    gogol-games Gogol.Games.Recall.LastTokenFromAllDeveloperGames

    Creates a value of GamesRecallLastTokenFromAllDeveloperGames with the minimum fields required to make a request.

  9. newtype RetrieveDeveloperGamesLastPlayerTokenResponse

    gogol-games Gogol.Games.Types

    Recall token data returned from for the RetrieveDeveloperGamesLastPlayerToken RPC See: newRetrieveDeveloperGamesLastPlayerTokenResponse smart constructor.

  10. RetrieveDeveloperGamesLastPlayerTokenResponse :: Maybe GamePlayerToken -> RetrieveDeveloperGamesLastPlayerTokenResponse

    gogol-games Gogol.Games.Types

    No documentation available.

Page 241 of many | Previous | Next