Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. data AndroidPublisherInappproductsList

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.List

    Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field tokenPagination.nextPageToken will be set and the caller should provide its value as a token request parameter to retrieve the next page. This method should no longer be used to retrieve subscriptions. See this article for more information. See: newAndroidPublisherInappproductsList smart constructor.

  2. AndroidPublisherInappproductsList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Word32 -> Text -> Maybe Word32 -> Maybe Text -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsList

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.List

    No documentation available.

  3. type AndroidPublisherInappproductsListResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "inappproducts" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "maxResults" Word32 :> QueryParam "startIndex" Word32 :> QueryParam "token" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] InappproductsListResponse

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.List

    A resource alias for androidpublisher.inappproducts.list method which the AndroidPublisherInappproductsList request conforms to.

  4. newAndroidPublisherInappproductsList :: Text -> AndroidPublisherInappproductsList

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.List

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

  5. data AndroidPublisherInappproductsPatch

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.Patch

    Patches an in-app product (a managed product or a subscription). This method should no longer be used to update subscriptions. See this article for more information. See: newAndroidPublisherInappproductsPatch smart constructor.

  6. AndroidPublisherInappproductsPatch :: Maybe Xgafv -> Maybe Text -> Maybe Bool -> Maybe Text -> Maybe InappproductsPatchLatencyTolerance -> Text -> InAppProduct -> Text -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsPatch

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.Patch

    No documentation available.

  7. type AndroidPublisherInappproductsPatchResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "inappproducts" :> Capture "sku" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "autoConvertMissingPrices" Bool :> QueryParam "callback" Text :> QueryParam "latencyTolerance" InappproductsPatchLatencyTolerance :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] InAppProduct :> Patch '[JSON] InAppProduct

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.Patch

    A resource alias for androidpublisher.inappproducts.patch method which the AndroidPublisherInappproductsPatch request conforms to.

  8. newAndroidPublisherInappproductsPatch :: Text -> InAppProduct -> Text -> AndroidPublisherInappproductsPatch

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.Patch

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

  9. data AndroidPublisherInappproductsUpdate

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.Update

    Updates an in-app product (a managed product or a subscription). This method should no longer be used to update subscriptions. See this article for more information. See: newAndroidPublisherInappproductsUpdate smart constructor.

  10. AndroidPublisherInappproductsUpdate :: Maybe Xgafv -> Maybe Text -> Maybe Bool -> Maybe Bool -> Maybe Text -> Maybe InappproductsUpdateLatencyTolerance -> Text -> InAppProduct -> Text -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsUpdate

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.Update

    No documentation available.

Page 191 of many | Previous | Next