Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 2
    How do you distinguish a real 404 from a successful no vote? Commented Mar 25, 2016 at 19:50
  • There is such thing. You can just vote. Similar to the (old) way of liking on Facebook. Commented Mar 25, 2016 at 20:12
  • What is your mechanism by which you know that a GET request to a resource actually completed? How do you distinguish this case from a the very real case where the endpoint could simply be Not Found. Commented Mar 25, 2016 at 20:20
  • 1
    In any case the resource should be named like a thing (voteStatus) and not like a verb vote. Commented Mar 25, 2016 at 20:59
  • 1
    vote can be a noun. Commented Mar 26, 2016 at 0:03