factor/extra/yahoo/yahoo-docs.factor

7 lines
394 B
Factor
Raw Normal View History

2008-01-16 17:59:23 -05:00
USING: help.syntax help.markup ;
IN: yahoo
2007-09-20 18:09:08 -04:00
HELP: search-yahoo
{ $values { "search" "a string" } { "num" "a positive integer" } { "seq" "sequence of arrays of length 3" } }
{ $description "Uses Yahoo's REST API to search for the query specified in the search string, getting the number of answers specified. Returns a sequence of 3arrays, { title url summary }, each of which is a string." } ;