factor/extra/yahoo/yahoo-docs.factor

7 lines
311 B
Factor
Raw Permalink 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
2012-07-24 18:22:07 -04:00
HELP: yahoo-search
2008-06-06 04:40:35 -04:00
{ $values { "search" search } { "seq" "sequence of arrays of length 3" } }
{ $description "Uses Yahoo's REST API to search for the specified query, getting the number of answers specified. Returns a sequence of " { $link result } " instances." } ;