sookasa / box.py

Python client for Box
43 stars 25 forks source link

Remove support for deprecated v1 API #8

Closed sprin closed 10 years ago

sprin commented 10 years ago

Fixes #7.

Removed from client:

Removed lxml as dep, v1 tests, and references in readme.

Ran tests (thank you for the awesome test suite!):

Name Stmts Miss Cover Missing

box 3 0 100%

box.client 216 0 100%

TOTAL 219 0 100%

Ran 51 tests in 0.039s

tals commented 10 years ago

Hey there, thank you for the diff. However:

sprin commented 10 years ago

Closing since v1 auth is still around, if unofficially: http://developers.box.com/v1-authentication/

Thanks for the great library!

tals commented 10 years ago

:+1: