<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -66,25 +66,30 @@ class FriendFeed(object):
         self.auth_key = auth_key
 
     def validate(self):
+        &quot;&quot;&quot;Validate the credentials.&quot;&quot;&quot;
         return self._fetch_feed(&quot;/api/validate&quot;)
 
     def hide_entry(self, entry_id):
+        &quot;&quot;&quot;Hides the entry with the given ID.&quot;&quot;&quot;
         return self._fetch_feed(&quot;/api/entry/hide&quot;, {
             &quot;entry&quot;: entry_id,
         })
  
     def unhide_entry(self, entry_id):
+        &quot;&quot;&quot;Un-hides the entry with the given ID.&quot;&quot;&quot;
         return self._fetch_feed(&quot;/api/entry/hide&quot;, {
             &quot;entry&quot;: entry_id,
             &quot;unhide&quot;: '1',
         })
  
     def delete_entry(self, entry_id):
+        &quot;&quot;&quot;Deletes the entry with the given ID.&quot;&quot;&quot;
         return self._fetch_feed(&quot;/api/entry/delete&quot;, {
             &quot;entry&quot;: entry_id,
         })
  
     def undelete_entry(self, entry_id):
+        &quot;&quot;&quot;Un-deletes the entry with the given ID.&quot;&quot;&quot;
         return self._fetch_feed(&quot;/api/entry/delete&quot;, {
             &quot;entry&quot;: entry_id,
             &quot;undelete&quot;: '1',</diff>
      <filename>friendfeed.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9df076ec4fb75829b9de25a6a9b085f98050502b</id>
    </parent>
  </parents>
  <author>
    <name>Benjamin Golub</name>
    <email>bgolub@benjamingolub.com</email>
  </author>
  <url>http://github.com/bgolub/fftogo/commit/00807d59d5cfaeb5be095f64b5dabb2b19a35418</url>
  <id>00807d59d5cfaeb5be095f64b5dabb2b19a35418</id>
  <committed-date>2008-07-07T10:51:14-07:00</committed-date>
  <authored-date>2008-07-07T10:51:14-07:00</authored-date>
  <message>documentation</message>
  <tree>bf9a2ebea6ca8bd0042c4d2ad98e0510ed70a4be</tree>
  <committer>
    <name>Benjamin Golub</name>
    <email>bgolub@benjamingolub.com</email>
  </committer>
</commit>
