Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype AdExchangeBuyerProductsGet

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    Gets the requested product by id. See: newAdExchangeBuyerProductsGet smart constructor.

  2. AdExchangeBuyerProductsGet :: Text -> AdExchangeBuyerProductsGet

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    No documentation available.

  3. type AdExchangeBuyerProductsGetResource = "adexchangebuyer" :> "v1.4" :> "products" :> Capture "productId" Text :> QueryParam "alt" AltJSON :> Get '[JSON] Product

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    A resource alias for adexchangebuyer.products.get method which the AdExchangeBuyerProductsGet request conforms to.

  4. newtype AdExchangeBuyerProductsSearch

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    Gets the requested product. See: newAdExchangeBuyerProductsSearch smart constructor.

  5. AdExchangeBuyerProductsSearch :: Maybe Text -> AdExchangeBuyerProductsSearch

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    No documentation available.

  6. type AdExchangeBuyerProductsSearchResource = "adexchangebuyer" :> "v1.4" :> "products" :> "search" :> QueryParam "pqlQuery" Text :> QueryParam "alt" AltJSON :> Get '[JSON] GetOffersResponse

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    A resource alias for adexchangebuyer.products.search method which the AdExchangeBuyerProductsSearch request conforms to.

  7. newAdExchangeBuyerProductsGet :: Text -> AdExchangeBuyerProductsGet

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

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

  8. newAdExchangeBuyerProductsSearch :: AdExchangeBuyerProductsSearch

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

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

  9. newProduct :: Product

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

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

  10. syndicationProduct :: MarketplaceDeal -> Maybe Text

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    The syndication product associated with the deal. (readonly, except on create)

Page 152 of many | Previous | Next