intercom-go
intercom-go copied to clipboard
Go Bindings For Intercom
## Version info - intercom-go version: v2.0.0-20190319111853-1dbafb072bcd - Go version: 1.12.5 ## Expected behavior When saving a user with one or more companies which has Remove set to true, I...
There are heaps of pull requests that are just sitting idle with no one to review. I have a fork of this that is most likely still in use, unsupported....
Using the endpoint `users` under Intercom API 2.0 (2020-01-30) gets a version invalid response. Downgrading the API version to 1.4 solves the issue. ## Version info - intercom-go version: 2.0.0...
#### Why? Fixes https://github.com/intercom/intercom-go/issues/61
Because of [this change](https://developers.intercom.com/building-apps/docs/api-changelog#section-users-endpoint-find-multiple-users-via-email) to the Users endpoint (to return multiple users when more than one user exists with the email address) the type returned by the API isn't of...
description pretty much says it all. can't find the Visitor concept referred to [here](https://developers.intercom.com/reference#visitor-object) in the go lib.
## Version info - intercom-go version: 1.0.0 - Go version: 1.16.2 ## Expected behavior If a request is rejected due to rate limiting, the information returned in the X-RateLimit-Limit, X-RateLimit-Remaining...
#### Why? As per the `conversation` model documentation here https://developers.intercom.com/intercom-api-reference/reference#conversation-model It does not have any field with the name `conversation_message` and there is no such field available in the response...
Where are we at with this as it is now a year since this was released from previous notes and I'm trying to get going with your product and very...
#### 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...