Closed holm closed 10 years ago
These are really good! Thank you!
A few things though:
nosetests
Also, refresh()
& _request()
& CredentialsV2.__init__()
are missing documentation :)
Other than that, it's really really nice. Thank you!
Sorry about, I should have spent more time on it. It should all pass now and have 100% coverage. I will work on the documentation also.
:+1: There are a few little things left (flake8 is raising some pep8 warnings, and readme.MD needs updating), but I can take care of those :)
Should I merge, or do you want to add something else? :)
I am all done, thanks!
You rock :)
(I'll do a pypi push after I'll update the docs)
Ha, just saw the pep8 patch. Open a new PR? :P
Yeah, it's here: https://github.com/sookasa/box.py/pull/3
I needed to extend the client to support search and thumbnails. As I was using the client for the first time I also discovered some inconsistencies in the returned values. Sometimes it was the response object, sometimes the json object. It lead me down a bit of a rabbithole and I ended up moving quite a few things around (and more than once). I am personally fairly happy with the current state of it, but it is probably a bit opinionated.
I should really have made more separate pull requests, but since I was in a hurry to get the changes done for Podio, I wasn't very organized in my changes.
So take it, parts of it, or reject it, it's all up to you :)