You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @taipeicoder we don't have a timeline on updating to API 2.0 for this SDK yet. However, if anybody wants to give it a shot and add support for version 2.0, feel free to jump in and leave a note here so we are all aligned and we don't do double work 😃
We'll let you know here when we start working on it.
This is shockingly unacceptable. We pay over $2,000 a month for your services, and we have to write our own SDK? Please advise why you feel entitled to abandon your Go customers.
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
Expected behavior
User.FindByEmail
should return an Intercom user by given emailActual behavior
HTTP code 400 with the message:
intercom_version_invalid, Requested resource is not available in current API version
Steps to reproduce
intercom.NewClient(token, "")
ic.Users.FindByEmail(email)
intercom_version_invalid, Requested resource is not available in current API version
Logs
The text was updated successfully, but these errors were encountered: