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. type AndroidPublisherInappproductsDeleteResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "inappproducts" :> Capture "sku" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "latencyTolerance" InappproductsDeleteLatencyTolerance :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Delete '[JSON] ()

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

    A resource alias for androidpublisher.inappproducts.delete method which the AndroidPublisherInappproductsDelete request conforms to.

  2. newAndroidPublisherInappproductsDelete :: Text -> Text -> AndroidPublisherInappproductsDelete

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

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

  3. data AndroidPublisherInappproductsGet

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

    Gets an in-app product, which can be a managed product or a subscription. This method should no longer be used to retrieve subscriptions. See this article for more information. See: newAndroidPublisherInappproductsGet smart constructor.

  4. AndroidPublisherInappproductsGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Text -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsGet

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

    No documentation available.

  5. type AndroidPublisherInappproductsGetResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "inappproducts" :> Capture "sku" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] InAppProduct

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

    A resource alias for androidpublisher.inappproducts.get method which the AndroidPublisherInappproductsGet request conforms to.

  6. newAndroidPublisherInappproductsGet :: Text -> Text -> AndroidPublisherInappproductsGet

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

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

  7. data AndroidPublisherInappproductsInsert

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

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

  8. AndroidPublisherInappproductsInsert :: Maybe Xgafv -> Maybe Text -> Maybe Bool -> Maybe Text -> Text -> InAppProduct -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsInsert

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

    No documentation available.

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

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

    A resource alias for androidpublisher.inappproducts.insert method which the AndroidPublisherInappproductsInsert request conforms to.

  10. newAndroidPublisherInappproductsInsert :: Text -> InAppProduct -> AndroidPublisherInappproductsInsert

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

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

Page 190 of many | Previous | Next