Commit graph

7 commits

Author SHA1 Message Date
sneakypete81
665383a6c2 Merge branch 'master' into multipart
Conflicts:
	tests/test_base.py
2013-04-02 20:59:26 +01:00
sneakypete81
5858043d44 Add multipart form support. Does not yet handle additional post parameters correctly. 2013-03-17 15:08:09 +00:00
Pete
895b98dedf Next/previous now returns a list of multiple photos (Issue #1004) 2013-03-16 08:51:04 +00: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
sneakypete81
21c38c53cb Move api_ classes to be members of OpenPhoto (eg: client.photos_list --> client.photos.list) 2012-09-02 09:02:18 +01:00
sneakypete81
061ff8e7af Fixed photos batch methods 2012-08-29 16:54:47 +01:00
sneakypete81
b418cf7e78 Extended API to add pythonic classes/methods. See the updated README.markdown for examples 2012-08-28 18:59:33 +01:00