intercom / intercom-dotnet

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

Company tags are not supported when viewing a company #85

Closed thewheat closed 6 years ago

thewheat commented 6 years ago

When viewing a company via the API, tags on the company are returned as seen in the API output below

image

But the current .NET SDK does not support retrieving them for companies image

The User model currently supports this (indicated above and has a tags list in the model itself) https://github.com/intercom/intercom-dotnet/blob/9965539d4ca5efec7e975ca3de896d196e922e2b/src/Intercom/Data/User.cs#L42

shaQuantum commented 6 years ago

It would save lot of network calls if user and company can be tagged on saving user and customer.

kmossco commented 6 years ago

Related to #82

kmossco commented 6 years ago

This issue will be fixed with PR #97. Waiting for some testing before merging.

kmossco commented 6 years ago

This is now fixed in the new version. 🎉