Requested feature overview description.
Return the value of the user's vote when getting a post's data from the API.
Why would it be useful?
Returning the user's own vote in the API would allow people to see whether they have already voted for a post or not, something which can already be done on the post page on the website but not through any tools using the API.
The API already returns whether the post is favorited or not, but many people choose not to use the favorites feature and instead use the voting.
What part(s) of the site page(s) are affected?
/posts/(id).json and /posts.json