Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Upgrading Intercom_dotnet version 1.0.0.0 to intercomDotNet version 2.0.4.0 #21

Closed
mahesh0919 opened this issue Mar 6, 2016 · 0 comments

Comments

@mahesh0919
Copy link
Contributor

Hi I am using intercom wrapper in my .net application to create/update user,get message threads of user and mark message threads as read.

I was using intercom_dotnet version 1.0.0.0 with below API's
IntercomClient _client = IntercomClient.GetClient(appid, apikey);
Get User: _client.Users.Get(user_id: userId)
Update User: _client.Users.Put(request)
Get Message Threads For User: _client.MessageThreads.Get(request.user_id)
Mark Message Thread as Read: _client.MessageThreads.Put(request)

Recently I upgraded intercomDotNet version to 2.0.4.0
please let me know the upgraded API's for the above API's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants