acbarbosa1964 / rawflickr

Automatically exported from code.google.com/p/rawflickr
Other
0 stars 0 forks source link

Move 'Uploader' out of TPhotos #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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