aachyee / google-desktop-sdk

Automatically exported from code.google.com/p/google-desktop-sdk
0 stars 0 forks source link

Feature Request - Provide Google Desktop Results in JSON format #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Modify the HTTP/XML-Based Query API 
(http://code.google.com/apis/desktop/docs/queryapi.html#httpxml)to have an 
option of "&format=json" instead of just "&format=xml"

This would allow web-based applications to make calls to the Google 
desktop search and parse the results with JSON.  Browser security does not 
currently allow XMLHTTP Requests to receive and parse XML results cross 
domain. (outside of 127.0.0.1).

Or alternatively - modify the Google AJAX Search API to have a desktop 
component (http://code.google.com/apis/ajaxsearch/) instead of just web, 
local, and blog. 

Original issue reported on code.google.com by fensterm...@gmail.com on 4 Oct 2008 at 2:44