alexis-mignon / python-flickr-api

A python implementation of the Flickr API
BSD 3-Clause "New" or "Revised" License
367 stars 108 forks source link

force https to access the api #41

Closed eriksson closed 10 years ago

eriksson commented 10 years ago

Non-SSL API will be deprecated: 27 June 2014, 10:00 (PDT)

alexis-mignon commented 10 years ago

Hello,

The modifications seems ok to me. I still have to remarks: 1) I would prefer to keep only one photo_file argument and have two behaviours depending on the type of the argument (testing isinstance(photo_file, basetring) for instance). 2) may be rename in getData and use the new method in the save method in order to avoid duplicated code.

What do you think ?

Alexis