# File lib/flickr/base.rb, line 69
        def Flickr.todo
                [
          'Refactor, especially more Class.from_xml methods',
          'More logical OO design, wrap the API methods to make transparent',
          'Class & method documentation',
          'Unit tests',
          'Implement missing methods (see flickr.reflection.missing_methods)'
               ]
        end