Commit graph

5 commits

Author SHA1 Message Date
sneakypete81
6f70330994 Renamed OpenPhoto to Trovebox 2013-07-19 17:46:30 +01:00
sneakypete81
48e29f24a9 PyLint fixes
Moved credentials into new Config class
2013-05-25 11:33:41 +01:00
sneakypete81
b124b48a75 No need to define NotImplementedError, Python has its own. 2013-05-25 11:33:41 +01:00
Pete
35d091d2a1 Check the HTTP response code if the OpenPhoto JSON cannot be decoded. 2013-04-20 20:02:43 +01:00
sneakypete81
fafeb70ec1 If an object is passed as a parameter, extract its ID.
This allows things like:
   photos = client.photos.list()
   client.photos.delete(photos)
2012-09-04 09:08:57 +01:00