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. AndroidPublisherInappproductsBatchGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe [Text] -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsBatchGet

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

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

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

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

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

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

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

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

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

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

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

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

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

Page 173 of many | Previous | Next