Skip to content

Instantly share code, notes, and snippets.

@wfarr
Created March 7, 2009 02:32
Show Gist options
  • Select an option

  • Save wfarr/75189 to your computer and use it in GitHub Desktop.

Select an option

Save wfarr/75189 to your computer and use it in GitHub Desktop.
;; Ran: (yql-make-request "select content from flickr.places where query=\"north beach\" limit 1")
((query
(results
(place . "North Beach, San Francisco, CA, United States"))
(diagnostics
(build-version . "911")
(service-time . "125")
(user-time . "128")
(url ... ...)
(publiclyCallable . "true"))
(uri . "http://query.yahooapis.com/v1/yql?q=select+content+from+flickr.places+where+query%3D%22north+beach%22+limit+1")
(updated . "2009-03-07T02:32:07Z")
(lang . "en-US")
(created . "2009-03-07T02:32:07Z")
(count . "1")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment