-
Notifications
You must be signed in to change notification settings - Fork 53
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
Missing Count property on Segment #122
Comments
How would you prefer the include_count parameter to be set? Could be always:
Through a parameter on the View-method:
Or something third? |
@ThomasArdal so sorry for the delay here, completely missed this one. 😞 I think that the second option would make more sense as it's the pattern we already have for other endpoints like Scroll: intercom-dotnet/src/Intercom/Clients/ContactsClient.cs Lines 134 to 145 in 04fc9d7
How does that sound? |
No problem 😄 There you go: #126 |
This is awesome! 🎉 Thank you so much. We are having a few issues with our Nuget package build and so PRs are a bit delayed, but as soon as we fix that I'll review your PR and add it to the next release. 👍 |
Closed with release 2.1.0. |
In the API, Segments have a
count
attribute. This attribute is never mapped to a property on theSegment
object. I've talked with Intercom support, who tell me that it is becausecount
wasn't available in the previous versions of the API.The text was updated successfully, but these errors were encountered: