Created
December 13, 2010 20:02
-
-
Save joerussbowman/739514 to your computer and use it in GitHub Desktop.
YQL console output
This file contains 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
--- local.search results | |
<?xml version="1.0" encoding="UTF-8"?> | |
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" | |
yahoo:count="0" yahoo:created="2010-12-13T20:02:06Z" yahoo:lang="en-US"> | |
<diagnostics> | |
<publiclyCallable>true</publiclyCallable> | |
<url execution-time="40" http-status-code="503" http-status-message="Service Unavailable"><![CDATA[http://local.yahooapis.com/LocalSearchService/V3/localSearch?zip=94085&query=pizza&start=1&results=10]]></url> | |
<user-time>62</user-time> | |
<service-time>40</service-time> | |
<build-version>9962</build-version> | |
</diagnostics> | |
<results/> | |
</query> | |
----- search.web results | |
<?xml version="1.0" encoding="UTF-8"?> | |
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" | |
yahoo:count="0" yahoo:created="2010-12-13T20:21:56Z" yahoo:lang="en-US"> | |
<diagnostics> | |
<publiclyCallable>true</publiclyCallable> | |
<url execution-time="7"><![CDATA[http://boss.yahooapis.com/ysearch/web/v1/pizza?format=xml&start=0&count=10]]></url> | |
<user-time>10</user-time> | |
<service-time>7</service-time> | |
<build-version>9597</build-version> | |
</diagnostics> | |
<results/> | |
</query> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment