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 AndroidPublisherInappproductsBatchDeleteResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "inappproducts:batchDelete" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] InappproductsBatchDeleteRequest :> Post '[JSON] ()

    gogol-android-publisher Gogol.AndroidPublisher

    A resource alias for androidpublisher.inappproducts.batchDelete method which the AndroidPublisherInappproductsBatchDelete request conforms to.

  2. data AndroidPublisherInappproductsBatchGet

    gogol-android-publisher Gogol.AndroidPublisher

    Reads multiple in-app products, which can be managed products or subscriptions. This method should not be used to retrieve subscriptions. See this article for more information. See: newAndroidPublisherInappproductsBatchGet smart constructor.

  3. AndroidPublisherInappproductsBatchGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe [Text] -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsBatchGet

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

  4. type AndroidPublisherInappproductsBatchGetResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "inappproducts:batchGet" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParams "sku" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] InappproductsBatchGetResponse

    gogol-android-publisher Gogol.AndroidPublisher

    A resource alias for androidpublisher.inappproducts.batchGet method which the AndroidPublisherInappproductsBatchGet request conforms to.

  5. data AndroidPublisherInappproductsBatchUpdate

    gogol-android-publisher Gogol.AndroidPublisher

    Updates or inserts one or more in-app products (managed products or subscriptions). Set the latencyTolerance field on nested requests to PRODUCTUPDATELATENCYTOLERANCELATENCY_TOLERANT to achieve maximum update throughput. This method should no longer be used to update subscriptions. See this article for more information. See: newAndroidPublisherInappproductsBatchUpdate smart constructor.

  6. AndroidPublisherInappproductsBatchUpdate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> InappproductsBatchUpdateRequest -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsBatchUpdate

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

  7. type AndroidPublisherInappproductsBatchUpdateResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "inappproducts:batchUpdate" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] InappproductsBatchUpdateRequest :> Post '[JSON] InappproductsBatchUpdateResponse

    gogol-android-publisher Gogol.AndroidPublisher

    A resource alias for androidpublisher.inappproducts.batchUpdate method which the AndroidPublisherInappproductsBatchUpdate request conforms to.

  8. data AndroidPublisherInappproductsDelete

    gogol-android-publisher Gogol.AndroidPublisher

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

  9. AndroidPublisherInappproductsDelete :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe InappproductsDeleteLatencyTolerance -> Text -> Text -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsDelete

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

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

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

Page 172 of many | Previous | Next