Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
Looks good! Any particular reason you are using POST only? If I want to update a comment or something it would be nice if the API supported a PUT request rather than POST. PUT would be idempotent also so if the first request failed I could reissue the same request and not suffer any ill effect... Looks good so far, keep up the good work.