Well, the short answer is no. While you could download the JS from Google or write your own wrapper, ultimately, the API is a RESTful service. The actual heavy lifting of pulling, parsing, and caching the feed is done on Google's servers. So the API itself cannot be used strictly locally.
Jg On Sep 5, 2012 6:54 AM, "LALIT KUMAR" <[email protected]> wrote: > Hi, > > How can I use Google Feed API locally. > Instead of using it as > <script type="text/javascript" src="https://www.google.com/jsapi > "></script> > <script type="text/javascript"> > > google.load("feeds", "1"); > </script> > > Is there a .js file which I can have on my machine or any other method > of referencing by which I can have local access to API. > > -Lalit > > -- > You received this message because you are subscribed to the Google > Groups "Google AJAX APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > To view this message on the web, visit > https://groups.google.com/d/msg/google-ajax-search-api/-/2-aaNRwCz9IJ > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] To view this message on the web, visit http://groups.google.com/group/google-ajax-search-api?hl=en_US For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
