- 11 Feb, 2016 4 commits
-
-
Jeff Meadows authored
Expose file.get_shared_link_download_url method.
-
Jeffrey Meadows authored
Update history to indicate the new download url feature. Add setup.cfg to build universal wheels.
-
-
Jeffrey Meadows authored
-
- 10 Feb, 2016 2 commits
-
-
Jeff Meadows authored
-
Jeffrey Meadows authored
Fixes #110
-
- 27 Jan, 2016 2 commits
-
-
Jordan Moldow authored
Add stream_type param for events long polling
-
Jordan Moldow authored
Add a `stream_type` parameter to the `generate_events_with_long_polling()` method and its helper methods. This allows users to listen to other event stream types. The default is still to listen to the 'all' stream. In order to differentiate between user and enterprise event streams, the following enum hierarchy was created, with the help of a new `ExtendableEnumMeta` metaclass: +-- `EventsStreamType` | +-- `UserEventsStreamType` | +-- `EnterpriseEventsStreamType` Unrelatedly, fix up the RST for the README. Add a table of contents, and fix up backticks (double-backticks are needed to create code spans, single-backticks aren't enough).
-
- 13 Jan, 2016 1 commit
-
-
Jeff Meadows authored
Adding metadata search examples (fixes #104)
-
- 06 Jan, 2016 1 commit
-
-
Sam Clift authored
-
- 05 Jan, 2016 4 commits
-
-
Jeff Meadows authored
Add 'kid' (jwt key id) to JWTAuth header
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
-
Sam Clift authored
-
- 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
-