Sha256: da9456007de9d17cdaadaa0af71cd164eaec56be3c1c6e303b671464911267b7

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 KB

Contents

0.1.8
 - change tag response to match the new api response. add support to query users that are tagged with a specific tag

0.1.7
 - add support for creating, updating, and fetching tags

0.1.6
 - add unsubscribed_from_emails and unsubscribed_from_emails= to user

0.1.5
 - always convert times to unix timestamps for the wire (thanks @jgwhite)

0.1.4
 - Intercom::User.all now includes Enumerable

0.0.12
 - add support for multiple endpoints, with failover on service unavailable / socket connect timeout. (only relevant to customers who must use static ip addresses to access our API)

0.0.11
 - add support for creating notes on users

0.0.10
 - allow settings dates to nil

0.0.9
 - add support for settings/updating url attribute for message_threads

0.0.8
 - add support for updating last request time for user through either last_request_at or last_impression_at

0.0.7
 - add support for deleting user

0.0.6
 - drop rest-client, use pure net/http instead

0.0.5
 - added Intercom::User.find_by_email, Intercom::User.find_by_user_id
 - add support for Intercom::User.all.each, Intercom::User.all.map, Intercom::User.all.count

0.0.4
 - allow to directly set custom_data hash on Intercom::User user.custom_data = {...}

0.0.3
 - renamed Intercom.secret_key to Intercom.api_key for consistency throughout our app and docs

0.0.2
 - updates to reflect changes to resources served by the api

0.0.1
 - experimental version

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
intercom-0.1.8 changes.txt