Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. 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.

  2. newAndroidPublisherInappproductsList :: Text -> AndroidPublisherInappproductsList

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

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

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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.

  9. type AndroidPublisherInappproductsUpdateResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "inappproducts" :> Capture "sku" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "allowMissing" Bool :> QueryParam "autoConvertMissingPrices" Bool :> QueryParam "callback" Text :> QueryParam "latencyTolerance" InappproductsUpdateLatencyTolerance :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] InAppProduct :> Put '[JSON] InAppProduct

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

    A resource alias for androidpublisher.inappproducts.update method which the AndroidPublisherInappproductsUpdate request conforms to.

  10. newAndroidPublisherInappproductsUpdate :: Text -> InAppProduct -> Text -> AndroidPublisherInappproductsUpdate

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

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

Page 192 of many | Previous | Next