Hi,

I'm wondering about documentation of the push version of the feed api,
when I look on the documentation for the feed api it doesn't mention
it anywhere - the only mentions I see are on the Ajax API's blog,
obviously because it is 'experimental' but I would still like some
documentation.

At any rate the example I've seen is like this:

var feed = new google.feed.push.Feed("example.com/atom.xml");
feed.subscribe(myCallback);

where by using the subscribe method the feed is updated when there is
some content available.

Now the thing is that if I am going to subscribe to a feed I want to
be able to unsubscribe also - is there a method?

Are there any limitations on this API that are different than the
normal api, for example how many times in a day can it be used?

-- 
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].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to