- 23 Feb, 2016 9 commits
-
-
Jordan Moldow authored
Additional changes for 1.4.2 release
-
Jeff Meadows authored
-
Jeff Meadows authored
Update references to new API doc site.
-
Jeff Meadows authored
-
Jordan Moldow authored
Create wheel with correct conditional dependencies and license file. Change the ``license`` meta-data from the full license text, to just a short string, as specified in [1][2]. Include entire test/ directory in source distribution. test/__init__.py was previously missing. Update documentation. Fixes #112. Use utf-8 encoding to open README in setup.py. Run pep8 and pylint on setup.py. Update pylint directives. [1] <https://docs.python.org/3.5/distutils/setupscript.html#additional-meta-data> [2] <https://www.python.org/dev/peps/pep-0459/#license>
-
Jordan Moldow authored
Bump to version 1.4.2.
-
Jeffrey Meadows authored
Update README with info about ``make_request``.
-
Nitya Sundareswaran authored
Change format of sub-module names in the object module to str
-
Nitya Sundareswaran authored
-
- 16 Feb, 2016 1 commit
-
-
Jeff Meadows authored
Add get_shared_link_download_url() documentation/example to README
-
- 15 Feb, 2016 1 commit
-
-
Frencil authored
-
- 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 6 commits
-
-
Jeff Meadows authored
-
Jeff Meadows authored
Add 'kid' (jwt key id) to JWTAuth header
-
Jeffrey Meadows authored
-
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
-