intercom / intercom-dotnet

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

Adding Articles Object Model #173

Open TheRevSchultz opened 2 years ago

TheRevSchultz commented 2 years ago

Why

Need to utilize the Articles Object Model for external OEM to gather knowledge articles on a periodic basis

How

Added Compatibility for Articles Object Model Noted as only available in Intercom API v2.0+ Added Obsolete flag on UsersClient as it is deprecated in Intercom API 2.0+ Incorporated Pull Request for DateTimeOffset conversions Added appropriate test cases