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

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

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

    No documentation available.

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

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

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

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

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

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

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

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

Page 191 of many | Previous | Next