Created
March 7, 2009 02:28
-
-
Save wfarr/75185 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; Ran: (yql-make-request "select place_url from flickr.places where query=\"north beach\" limit 1") | |
| ((query | |
| (results | |
| (place | |
| (place_url . "/United+States/California/San+Francisco/North+Beach"))) | |
| (diagnostics (build-version . "911") | |
| (service-time . "152") | |
| (user-time . "158") | |
| (url | |
| (content . "http://api.flickr.com/services/rest/?method=flickr.places.find&query=north%20beach") | |
| (execution-time . "152")) | |
| (publiclyCallable . "true")) | |
| (uri . "http://query.yahooapis.com/v1/yql?q=select+place_url+from+flickr.places+where+query%3D%22north+beach%22+limit+1") | |
| (updated . "2009-03-07T02:26:06Z") | |
| (lang . "en-US") | |
| (created . "2009-03-07T02:26:06Z") | |
| (count . "1"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment