Though not as good as a checksum, there is a count endpoint:
https://www.google.com/reader/api/0/stream/items/count?s=user/-/state/com.google/starred&n=10000
You could use that to see if the total number of starred, shared, etc.
items has changed, and only request the full set of IDs if it has.
Mihai
No, that's it.
> Maybe it is something that the network infrastructure can do using an ETag
> (http://en.wikipedia.org/wiki/HTTP_ETag)? It would fit the bill nicely as
> the url wouldn't change, because an &ot parameter isn't supported anyway for
> those cases and so the url remains fixed.
> Of course I don't know nothing about the Google HTTP infrastructure, but in
> general the url/ETag scheme could be (maybe already is?) supported totally
> without changing backend logic.
Yes, ETag and If-Modified-Since support could be added, but I don't
think we have the engineering resources to promis that anytime soon
(I'm no longer on Reader, so I can't say for sure).
Mihai
> Maybe it is something that the network infrastructure can do using an ETagYes, ETag and If-Modified-Since support could be added, but I don't
> (http://en.wikipedia.org/wiki/HTTP_ETag)? It would fit the bill nicely as
> the url wouldn't change, because an &ot parameter isn't supported anyway for
> those cases and so the url remains fixed.
> Of course I don't know nothing about the Google HTTP infrastructure, but in
> general the url/ETag scheme could be (maybe already is?) supported totally
> without changing backend logic.
think we have the engineering resources to promis that anytime soon
(I'm no longer on Reader, so I can't say for sure).
Yep, I'm on Chrome now:
http://blog.persistent.info/2010/08/moving-down-stack.html
> How many people are left on the Reader team now?
Arif Siddiquee is on the Reader team, I believe he reads this group.
Mihai