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 AndroidPublisherInappproductsBatchGet

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

    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.

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

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

    No documentation available.

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

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

  4. newAndroidPublisherInappproductsBatchGet :: Text -> AndroidPublisherInappproductsBatchGet

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

    Creates a value of AndroidPublisherInappproductsBatchGet with the minimum fields required to make a request.

  5. data AndroidPublisherInappproductsBatchUpdate

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

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

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

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

  8. newAndroidPublisherInappproductsBatchUpdate :: Text -> InappproductsBatchUpdateRequest -> AndroidPublisherInappproductsBatchUpdate

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

    Creates a value of AndroidPublisherInappproductsBatchUpdate with the minimum fields required to make a request.

  9. data AndroidPublisherInappproductsDelete

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

    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.

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

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

    No documentation available.

Page 189 of many | Previous | Next