Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

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

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

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

    No documentation available.

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

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

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

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

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

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

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

Page 191 of many | Previous | Next