intercom / intercom-go

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

Correcting ConversationListPart struct and HTTP client #96

Closed jonnyom closed 6 years ago

jonnyom commented 6 years ago

Why

This adds a new method to create an Intercom client using the supplied HTTPClient interface.

This also exports the ConversationListParams object to allow it to be accessed from outside the package.

This was already added to the master branch but needs to be added to V2 as well.