0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test the correct variable. More... over 10 years ago
Fixed order of User attributes. More... over 10 years ago
Update the doctests for the new dummy API docs. More... over 10 years ago
Use DELETE for User.delete() More... over 10 years ago
Fixing company doctests. More... over 10 years ago
Basic setting support for Companies More... over 10 years ago
Removing color from tags. More... over 10 years ago
Fixing doctests to run against latest Dummy API. More... over 10 years ago
Changed tests to not use self.assertRaises like a context manager (e.g. 'with self.assertRaises...') to enuser python 2.6 test compatibility. Added self.fail() to try expect statements for points that should be reached as an exception should occur. More... over 10 years ago
Fixed a bug which prevented User.delete() from working. Intercom._call was not expecting the DELETE method when constructing request data parameters. Hence, the params were being skipped over and the request didn't correctly register with Intercom's API. More... over 10 years ago
Added in basic support for Companies based on the dicussion in #10 The basic usage to set a user's companies is... More... over 10 years ago
No longer running doctest as part of release, the Intercom Dummy API is too fragile. More... over 10 years ago
Changelog and version number bump. More... over 10 years ago
Adding support for `last_request_at` to `User`, `create_user`, and `update_user`. More... almost 11 years ago
Exit with 1 if any doctests fail. More... almost 11 years ago
Merged pull request from @sdorazio which fixes the ``User.all`` method to return all users and adds ``unsubscribed_from_emails`` attribute to ``User``. More... almost 11 years ago
Adding support for per_page, page, tag_id, and tag_name. Also adding unsubscribed_from_emails attribute to User. More... almost 11 years ago
Add the get_users parameters to `User.all`. More... almost 11 years ago
Message thread now has 8 properties in it's reponse object. More... almost 11 years ago
Parameters added to the get_users method: page, per_page, tag_id, and tag_name. More... almost 11 years ago
Fixing User.all() to return all users, not just the first page More... almost 11 years ago
Adding 'unsubscribed_from_emails' to the Users object. More... almost 11 years ago
Retrieve the version number correctly for the docs. More... about 11 years ago
Use a more rudimentary approach to determine the version number. More... about 11 years ago
Updating changelog. Adding tagging documentation. More... about 11 years ago
More tests. More... about 11 years ago
Support for Tagging. More... about 11 years ago
PEP8 formatting. More... about 11 years ago
PEP8 formatting. More... about 11 years ago
Fixing doctest that was brokeb by a change to an API response. More... about 11 years ago