- 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 3 commits
-
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
-Adds LoggingNetwork to allow clients to see what network calls the SDK is making. -Adds RemoteOAuth2 to allow auth to occur in a different process or machine from the SDK. -Adds RedisManagedOAuth2 to allow token storage in Redis, to enable multiple processes or machines to share tokens.
-
- 03 Oct, 2015 2 commits
-
-
Peter Potrebic authored
Rename uses of enterprise_token to enterprise_id
-
Jordan Moldow authored
This parameter is referred to as enterprise_id in the Box Developer documentation. Also, the noun "token" is already used to refer to the data returned at the end of the auth process. So rename this to reduce confusion. This is a backwards compatible change, because the method parameter name was already correct. This is only a change to private attributes, test code, and documentation. Also add a temporary pip version exclusion on the latest version of pytest, which is broken on Python 2.
-
- 16 Sep, 2015 1 commit
-
-
Jordan Moldow authored
Add support for py35, pypy with cryptography>=1.0
-