<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,14 +1,23 @@
 from pyphanfare.connection import PhanfareConnection
-
+from pyphanfare.models import ImageModes
 
 con = PhanfareConnection()
 con.authenticate()
 
 try:
-    print con.account.get_albums()
+    albums = con.account.get_albums()
     relations = con.account.get_relations()
+    print albums
+    a = albums[0]
+    print a.sections, a.groups
+    print a.id, a.type, a.name, a.description, a.start_date, a.end_date, a.creation_date, a.last_modified, 
     print relations
     print relations[0].first_name, relations[0].last_name, relations[0].user_id, relations[0].relation, relations[0].image_url, relations[0].premium
+    images = a.get_images(ImageModes.SpecificAlbum, limit_to_album=True)
+    for image in images:
+        print image.id, image.filename
+        for rend in image.renditions:
+            print '\t', rend['rendition_type'], &quot;%sx%s&quot; % (rend['width'], rend['height']), rend['filesize'], &quot;bytes&quot;, rend['media_type'], '\n\t', rend['url']
 except IOError, e:
     print str(e)
     print e.errno, e.message
\ No newline at end of file</diff>
      <filename>live_test.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ed1ed864a46ddba97089b56764408dfcf30bdcae</id>
    </parent>
  </parents>
  <author>
    <name>Patrick Altman</name>
    <email>paltman@gmail.com</email>
  </author>
  <url>http://github.com/paltman/pyphanfare/commit/3e7e988358c8618105fadaa25f0c66779277fda4</url>
  <id>3e7e988358c8618105fadaa25f0c66779277fda4</id>
  <committed-date>2008-05-02T21:23:42-07:00</committed-date>
  <authored-date>2008-05-02T21:23:42-07:00</authored-date>
  <message>updated live_test script</message>
  <tree>830e9fe01331571e1a6a118c89a87f6ba0f43abc</tree>
  <committer>
    <name>Patrick Altman</name>
    <email>paltman@gmail.com</email>
  </committer>
</commit>
