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 AndroidPublisherInappproductsGet

    gogol-android-publisher Gogol.AndroidPublisher

    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

    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

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

  4. data AndroidPublisherInappproductsInsert

    gogol-android-publisher Gogol.AndroidPublisher

    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.

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

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

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

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

  7. data AndroidPublisherInappproductsList

    gogol-android-publisher Gogol.AndroidPublisher

    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.

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

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

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

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

  10. data AndroidPublisherInappproductsPatch

    gogol-android-publisher Gogol.AndroidPublisher

    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.

Page 173 of many | Previous | Next