yahoo-web-search-0.1: Yahoo Web Search Services
Contents
Index
Text.Yahoo.WebSearch
Synopsis
webSearch
::
Query
-> IO (Either
Error
ResultSet
)
simpleQuery
::
UserString
->
UserString
-> Int ->
Query
Documentation
webSearch
::
Query
-> IO (Either
Error
ResultSet
)
webSearch
returns as a
ResultSet
the Yahoo results matching
Query
.
simpleQuery
::
UserString
Application ID
->
UserString
Query string
-> Int
Number of results to return
->
Query
simpleQuery
is a convenience function for building queries with the default values.
Produced by
Haddock
version 2.1.0