intercom / intercom-go

Go Bindings For Intercom
https://developers.intercom.io/reference
Other
70 stars 78 forks source link

Add methods for company/contact attach/detach #133

Open tdonovic opened 3 years ago

tdonovic commented 3 years ago

Why?

SDK didn't support these methods after they had been changed in 2.0. I was previously using the http api directly, and so rather than do that again for the changed API, I thought I would contribute here instead, so that everyone could have this updated behaviour.

How?

Added the necessary methods as well as tests.