Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save wfarr/75185 to your computer and use it in GitHub Desktop.
;; 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