intercom-dotnet
intercom-dotnet copied to clipboard
Intercom API client library for .NET
Hi, Using the 2.1.1 version of the package in a solution to handle data sync tasks in our backend. There is an error with RestSharp package: "Could not load type...
Here is the error we get: `Field Value @ingestionTime 1684822737054 @log 176772329757:/neptune/recruiter @logStream i-059a5b45e78383eae/192.168.102.69 @message { "message": "Exception of type 'Intercom.Exceptions.ApiException' was thrown.", "hashcode": 439432027, "source": "Library", "stackTrace": " at...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.5.4 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.5.4 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...
After upgrading to the latest version of the intercom pacakage, I keep getting this error, I am on the latest version of restsharp.. Additional information: Could not load file or...
#### Why? - At the time, current nuget package ([2.1.1](https://www.nuget.org/packages/Intercom.Dotnet.Client/)) does not support netstandard installations. - Tests projects are targeting against "netcore2.0" which already hit EOL. - Adding support to...
###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...
I have been able to get Articles working with the structure of this SDK. Intercom has been no help with troubleshooting the code here, and I need some assistance on...