The proposed change is to move the "Uploader" property out TPhoto and into
TFlickrEx. The rationale behind this is that Upload/Replace is a sub-API
in itself, so it seems more logical to use:
* Flickr.Uploader.Upload(...)
than
* Flickr.Photos.Uploader.Upload(...)
The change, which came about during the development of the upload example,
will affect both the interface and implementation parts and would render
the new version incompatible with previous applications. At this point in
time, though, (March, 2009) there are still very few apps using the
library, so the impact would be minimal.
Original issue reported on code.google.com by sillyl...@gmail.com on 22 Mar 2009 at 3:11
Original issue reported on code.google.com by
sillyl...@gmail.com
on 22 Mar 2009 at 3:11