yahoo-web-search-0.1: Yahoo Web Search ServicesSource codeContentsIndex
Text.Yahoo.WebSearch
Synopsis
webSearch :: Query -> IO (Either Error ResultSet)
simpleQuery :: UserString -> UserString -> Int -> Query
Documentation
webSearch :: Query -> IO (Either Error ResultSet)Source
webSearch returns as a ResultSet the Yahoo results matching Query.
simpleQuerySource
:: UserStringApplication ID
-> UserStringQuery string
-> IntNumber of results to return
-> Query
simpleQuery is a convenience function for building queries with the default values.
Produced by Haddock version 2.3.0