sookasa / box.py

Python client for Box
43 stars 25 forks source link

update_fileinfo, mostly addresses issue 12 #22

Open luhkevin opened 10 years ago

luhkevin commented 10 years ago

I added a function that will update the file info, basically updates the file, given the updated file information as a dictionary. This addresses issue #12 (Function for PUT request on file object)

tals commented 10 years ago

Oh awesome!

One thing though - can you have it take named arguments instead of a dictionary? Box lists the possible args here: http://developers.box.com/docs/#files-update-a-files-information

luhkevin commented 10 years ago

Sure! I'll get to work on that

tals commented 10 years ago

Awesome :)