Closed tcurdt closed 5 years ago
Right now I am very busy. I think I could fix goinsta errors and update to newer version in a few weeks. We accept pull requests.
Thanks.
From looking at the source code it seems like CommentCount
is just de-serialized from json
. And that number seems to be correct. So I guess some of the Comments.Items
are missing. Which probably means (I am guessing) that they are probably available under a different path inside the json
response.
I am using version 2.3 and I see that with this code
the
CommentCount
does not always match theComments.Items
. I see e.g.CommentCount=7
but theComments.Items
is empty.