Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
kindrid
/
python-intercom
Public
forked from
intercom/python-intercom
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-intercom
intercom
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 5, 2014
Adding BadGatewayError (502) and ServiceUnavailableError(503).
jkeyes
committed
154814e
View commit details
Copy full SHA for 154814e
View code at this point
Browse repository at this point
Commits on Nov 26, 2013
Checking for Company before dict in setter (as Company is a dict subclass).
jkeyes
committed
67a857e
View commit details
Copy full SHA for 67a857e
View code at this point
Browse repository at this point
Commits on Nov 24, 2013
Removed all mocked response unit tests as these are now covered in the integration tests.
Show description for c1d4b6a
jkeyes
committed
c1d4b6a
View commit details
Copy full SHA for c1d4b6a
View code at this point
Browse repository at this point
Commits on Nov 23, 2013
Using HTTPretty to mock the API for the doctests.
jkeyes
committed
f3e224c
View commit details
Copy full SHA for f3e224c
View code at this point
Browse repository at this point
Not supposed to be here.
jkeyes
committed
69f8cc4
View commit details
Copy full SHA for 69f8cc4
View code at this point
Browse repository at this point
Removing dummy api tests and replacing with HTTPretty ones.
jkeyes
committed
e6a9c92
View commit details
Copy full SHA for e6a9c92
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
Updated version number.
jkeyes
committed
4642f1a
View commit details
Copy full SHA for 4642f1a
View code at this point
Browse repository at this point
Test the correct variable.
jkeyes
committed
dc8b3ff
View commit details
Copy full SHA for dc8b3ff
View code at this point
Browse repository at this point
Fixed order of User attributes.
jkeyes
committed
18d6999
View commit details
Copy full SHA for 18d6999
View code at this point
Browse repository at this point
Update the doctests for the new dummy API docs.
jkeyes
committed
c5dcd99
View commit details
Copy full SHA for c5dcd99
View code at this point
Browse repository at this point
Commits on Nov 18, 2013
Use DELETE for User.delete()
jkeyes
committed
aa87066
View commit details
Copy full SHA for aa87066
View code at this point
Browse repository at this point
Fixing company doctests.
jkeyes
committed
83c7434
View commit details
Copy full SHA for 83c7434
View code at this point
Browse repository at this point
Basic setting support for Companies
jkeyes
committed
835496e
View commit details
Copy full SHA for 835496e
View code at this point
Browse repository at this point
Removing color from tags.
jkeyes
committed
d7d26b1
View commit details
Copy full SHA for d7d26b1
View code at this point
Browse repository at this point
Fixing doctests to run against latest Dummy API.
jkeyes
committed
f009472
View commit details
Copy full SHA for f009472
View code at this point
Browse repository at this point
Commits on Nov 17, 2013
Fixed a bug which prevented User.delete() from working.
Show description for 91693e1
cameronmaske
committed
91693e1
View commit details
Copy full SHA for 91693e1
View code at this point
Browse repository at this point
Added in basic support for Companies based on the dicussion in #10
Show description for 3bf84cf
cameronmaske
committed
3bf84cf
View commit details
Copy full SHA for 3bf84cf
View code at this point
Browse repository at this point
Commits on Nov 16, 2013
Changelog and version number bump.
jkeyes
committed
f580ff1
View commit details
Copy full SHA for f580ff1
View code at this point
Browse repository at this point
Commits on Aug 10, 2013
Adding support for `last_request_at` to `User`, `create_user`, and `update_user`.
Show description for d9fdde9
jkeyes
committed
d9fdde9
View commit details
Copy full SHA for d9fdde9
View code at this point
Browse repository at this point
Merged pull request from @sdorazio which fixes the ``User.all``
Show description for 38a6d0a
jkeyes
committed
38a6d0a
View commit details
Copy full SHA for 38a6d0a
View code at this point
Browse repository at this point
Adding support for per_page, page, tag_id, and tag_name.
Show description for 410deea
jkeyes
committed
410deea
View commit details
Copy full SHA for 410deea
View code at this point
Browse repository at this point
Add the get_users parameters to `User.all`.
jkeyes
committed
58f5ed3
View commit details
Copy full SHA for 58f5ed3
View code at this point
Browse repository at this point
Message thread now has 8 properties in it's reponse object.
jkeyes
committed
83a24a4
View commit details
Copy full SHA for 83a24a4
View code at this point
Browse repository at this point
Parameters added to the get_users method: page, per_page, tag_id, and tag_name.
jkeyes
committed
d827dc3
View commit details
Copy full SHA for d827dc3
View code at this point
Browse repository at this point
Commits on Jul 2, 2013
Fixing User.all() to return all users, not just the first page
Steve Dorazio
committed
a305c14
View commit details
Copy full SHA for a305c14
View code at this point
Browse repository at this point
Commits on Jun 25, 2013
Adding 'unsubscribed_from_emails' to the Users object.
Steve Dorazio
committed
c10f953
View commit details
Copy full SHA for c10f953
View code at this point
Browse repository at this point
Commits on May 8, 2013
Use a more rudimentary approach to determine the version number.
jkeyes
committed
813905b
View commit details
Copy full SHA for 813905b
View code at this point
Browse repository at this point
Support for Tagging.
jkeyes
committed
df30465
View commit details
Copy full SHA for df30465
View code at this point
Browse repository at this point
Commits on May 7, 2013
PEP8 formatting.
jkeyes
committed
93ec880
View commit details
Copy full SHA for 93ec880
View code at this point
Browse repository at this point
PEP8 formatting.
jkeyes
committed
f2f8af0
View commit details
Copy full SHA for f2f8af0
View code at this point
Browse repository at this point
Fixing doctest that was brokeb by a change to an API response.
jkeyes
committed
c28107e
View commit details
Copy full SHA for c28107e
View code at this point
Browse repository at this point
Fixes #12 - it now installs into an environment that doesn't have
Show description for 1b48477
jkeyes
committed
1b48477
View commit details
Copy full SHA for 1b48477
View code at this point
Browse repository at this point
Commits on Mar 11, 2013
A single place to reference the version number.
Show description for 17ad380
jkeyes
committed
17ad380
View commit details
Copy full SHA for 17ad380
View code at this point
Browse repository at this point
Commits on Feb 28, 2013
Send body-less DELETE requests. Fixes gh-6.
jkeyes
committed
f66d5d8
View commit details
Copy full SHA for f66d5d8
View code at this point
Browse repository at this point
Set the source encoding to UTF-8.
Show description for 8be5dae
jkeyes
committed
8be5dae
View commit details
Copy full SHA for 8be5dae
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.