sookasa / box.py

Python client for Box
43 stars 25 forks source link

- Comments, Tasks and Assignments support #27

Closed tsanch3z closed 10 years ago

tsanch3z commented 10 years ago

I've added the comments, tasks and assignments support.

tals commented 10 years ago

Thanks! Can you add tests though? See tests/test_client.py

Also, there are a few odd whitespacing issues (lines 115, 353, 371 at box/client.py), although I can fix those later.

tsanch3z commented 10 years ago

I'll try to add tests and remove white spaces by the end of week

tals commented 10 years ago

Cool :)

tsanch3z commented 10 years ago

It should be done :)

tals commented 10 years ago

Awesome! Thank you!