oohira / intercom-java

[DEPRECATED] A Java client library for Intercom web service
https://oohira.github.io/intercom-java/
MIT License
6 stars 5 forks source link

Update Rest API #4

Open kevintrieu opened 9 years ago

kevintrieu commented 9 years ago

V1 of Intercom's Rest Api is deprecated as of June 17, 2014.

http://doc.intercom.io/api/v1-upgrade/#intercom-v1-api-upgrade-guide

oohira commented 9 years ago

Thanks for your information.

I plan to support new version of Intercom API, but I can't give the exact date. I confirmed intercom-java v0.0.3 works as expected for now.

chook commented 9 years ago

Hi - I'm also interested in the new API. Is there a work-in-progress already? I'd love to step in and help.

oohira commented 9 years ago

Sorry, there is little progress. Though I had tried to migrate User API to v2, I stopped developing because Intercom API bug (i.e. Delete User API does not work) prevented me from writing unit tests.

Your help and pull request are always welcomed. Thanks.

oohira commented 9 years ago

Now, Intercom released their official Java library for Intercom API v2. I don't try it yet, but you should use it from now on.