We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b7f9d commit a74862eCopy full SHA for a74862e
README README.rstREADME renamed to README.rst
@@ -3,9 +3,11 @@ Detailed documentation[2] is available on http://readthedocs.org.
3
4
Typical usage:
5
6
+::
7
+
8
from intercom import Intercom
- Intercom.app_id = 'dummy-app-id'
- Intercom.api_key = 'dummy-api-key'
9
+ Intercom.app_id = 'app-id'
10
+ Intercom.api_key = 'api-key'
11
12
from intercom import User
13
for user in User.all():
0 commit comments