README.rdoc in intercom-0.0.10 vs README.rdoc in intercom-0.0.11
- old
+ new
@@ -23,10 +23,11 @@
The API supports:
POST,PUT,GET https://api.intercom.io/v1/users
POST,PUT,GET https://api.intercom.io/v1/users/messages
POST https://api.intercom.io/v1/users/impressions
+ POST https://api.intercom.io/v1/users/notes
=== Examples:
==== Users
user = Intercom::User.find_by_email("bob@example.com")
@@ -49,9 +50,13 @@
Intercom::Message.mark_as_read(:email => "bob@example.com", :thread_id => 123)
==== Impressions
Intercom::Impression.create(:email => "bob@example.com", :location => "/path/in/my/app", :user_ip => "1.2.3.4", :user_agent => "my-savage-iphone-app-0.1"
+
+==== Notes
+
+ Intercom::Note.create(:email => "bob@example.com", :body => "This is the text of the note"
=== Errors
Intercom::AuthenticationError
Intercom::ServerError