Google reader API get single item -
I am trying to retrieve a single item from the Google Reader API. Is there an API call that I can get an item from ID or do I have to eat those items and get it from there?
You can use POST as input (you can use POST I = parameter can be repeated to get item content).
Here is a sample curl greet:
$ curl -d "i = tag: google.com, 2005: reader / item / 1bab1bbe8a8ad82f" http: // www .google.com / reader / api / 0 / stream / items / contents {"direction": "ltr", "id": "feed / http: //googlereader.blogspot.com/atom.xml", "title" : "Official Google Reader Blog", "Description": "Tricks from News, Tips and Google Reader Team.", "Self": [{href = "href": "http://www.google.com/reader/api/ 0 / stream / items / contents "}]," optional ": [{" href ":" http://googlereader.blogspot.com/ "," type ":" text / html "}]," update ": 1275437593, "item": [{"crawlTimeMsec": "1275437593933", "tag:" tag: google.com, 2005: reader / item / 1bab1bbe8a8ad82f "," categories ": []," title ":" fol Fear tag name is changed ",
Output JSON by default on the form, you can add an output = Atom parameter to switch on Atom.
Comments
Post a Comment