intercom / intercom-dotnet

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

added list all conversations endpoint #132

Closed kmossco closed 6 years ago

kmossco commented 6 years ago

What changed?

Added a new endpoint that allows to list all conversations for an app, either without passing any parameters or by passing parameters. This closes #69

Added to the model the conversation rating model that was added to the API recently, and fixed a problem with loading conversation parts. This closes #113

SeanSmithers commented 6 years ago

Can tests be added for these changes?

kmossco commented 6 years ago

@SeanSmithers added tests for both not sending the parameters, as well as not sending the right ones. πŸ‘

kmossco commented 6 years ago

@khalilovcmd I removed that artificial limitation, now you can pass whatever parameters are useful. Can I get πŸ‘€on this again?