PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

Return ALL the comment data that a normal comment would have on every comment related endpoint. #80

Closed SudoPlz closed 8 years ago

SudoPlz commented 8 years ago

Essentially the values missing are the: replies , liked, and disliked properties. Can you please add those on the following endpoints?

For now I know for a fact that those should be present on the:

but I suspect that the like and dislike values will be missing from other comment related endpoints as well. If that's the case I'll keep reporting them under this issue.

p.s: i believe that the replies property will most probably be null at all times when a new comment gets created, so its not necessary. Thank you.

SudoPlz commented 8 years ago

The reason I need those is to instantly draw a new comment after the user posted his comment, and not have to re-fetch ALL the comments again.