intercom / intercom-dotnet

Intercom API client library for .NET
https://developers.intercom.io/reference
Apache License 2.0
63 stars 54 forks source link

Update SDK to support Intercom API version 2.0 #163

Open slavapvf opened 4 years ago

slavapvf commented 4 years ago

hello, tried to use as in example and got:
"Requested resource is not available in current API version" at Intercom.Core.Client.Get[T](Dictionary2 headers, Dictionary2 parameters, String resource) at Intercom.Clients.UsersClient.View(User user)

hognevevle commented 4 years ago

Sadly, this repo doesn't seem to be maintained anymore. Consequently, it doesn't support the latest API (2.0). Best bet is to either use it as-is for API 1.4, or fork it and implement the missing features you need from 2.0.

EDIT: Actually, not even everything in 1.4 or 1.3 seems to be implemented,per #155 .. So it looks like 1.2 is the latest supported API version.

lloydliyu commented 4 years ago

Hi @slavapvf 👋 As said, we don't have a timeline for the dotnet SDK to be updated to support version 2.x of our API 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. In the meantime, if you need help changing your app version to 1.x within the Developer hub, feel free to reach out to the support team using the Messenger on https://intercom.com who can help you with the steps on that.