scottalvis
13 years agoContributor
REST API "/posts" and "/posts/style/all/count"
I'm trying to pull all posts from a given user. The "/posts/style/all/count" API call is return 51 yet the "/posts/latest/index" only returns message up to index 48. It appear the count is off by 2. I understand it a zero based index so if the total count is 51 the indexes should be 0 - 50.
What am I missing?
Thank you,
Scott