intercom / intercom-java

Java bindings for the Intercom API
https://developers.intercom.io/reference
Apache License 2.0
64 stars 68 forks source link

Add conversation participants support #241

Open thewheat opened 6 years ago

thewheat commented 6 years ago

Adding support for adding and removing of participants from group conversations

image

Related Docs:

thewheat commented 6 years ago

Should not be merged as it breaks Tag.delete due to this change https://github.com/intercom/intercom-java/pull/241/files#r228734640 Will need to rethink this a bit more but also open for discussion regarding Customer and Participant calsses

choran commented 6 years ago

@thewheat ok .. will leave this for now and focus on other open PRs

thewheat commented 6 years ago

For reference PR to parse DELETE requests handled here https://github.com/intercom/intercom-java/pull/248

Will need to merge that first before merging this