- 04 Jan, 2016 5 commits
-
-
Jeff Meadows authored
Bugfixes from dev token release.
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
Also fix up comments in auth/__init__.py
-
Jeffrey Meadows authored
-
- 22 Dec, 2015 6 commits
-
-
Jeff Meadows authored
Add limit, offset, and filter_term to client.users()
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
Fixes #42.
-
Jeff Meadows authored
Add developer token auth class.
-
Jeff Meadows authored
-
Jeff Meadows authored
Notebooks
-
- 16 Dec, 2015 2 commits
-
-
Jeff Meadows authored
-
Jeffrey Meadows authored
-
- 14 Dec, 2015 2 commits
-
-
Jeff Meadows authored
Fixing some typos in README.rst
-
Bryan Huh authored
-
- 09 Dec, 2015 3 commits
-
-
Jeff Meadows authored
Updates to code to pass pylint newest version.
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
-
- 08 Dec, 2015 2 commits
-
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
-
- 16 Nov, 2015 2 commits
-
-
Jeff Meadows authored
Replace `basestring` with `six.string_types`
-
Jordan Moldow authored
On Python 3, calling `setup_logging()` in `boxsdk.util.log` would always raise NameError: name 'basestring' is not defined On Python 3, this prevented `LoggingNetwork` from being initialized without passing an existing `Logger`. Replace this usage of `basestring` with the equivalent `six.string_types`. Add unit test coverage of `boxsdk.util.log`. Bump version to 1.3.2.
-
- 06 Nov, 2015 4 commits
-
-
Jeff Meadows authored
Bump version to 1.3.1.
-
Jeffrey Meadows authored
-
Jeff Meadows authored
Add requests-toolbelt to setup.py
-
Jonathan C. Otsuka authored
-
- 05 Nov, 2015 8 commits
-
-
Jeff Meadows authored
Add support and testing for PyPy 4.0
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
-
Jeff Meadows authored
Add network and auth subclasses.
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
-
Jeff Meadows authored
Stream uploads from disk.
-
- 03 Nov, 2015 1 commit
-
-
Jordan Moldow authored
-
- 02 Nov, 2015 1 commit
-
-
Jeffrey Meadows authored
Add a new coop auth demo.
-
- 30 Oct, 2015 3 commits
-
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
Currently, requests only supports streaming uploads by chunking them. This commit utilizes the requests_toolbelt's MultipartEncoder to use multipart-form uploads while still streaming the data from disk.
-
- 14 Oct, 2015 1 commit
-
-
Jeffrey Meadows authored
-