In another question I asked for different implementations of a simple RESTful webservice.
It was pointed out, however, that the API I defined was not particularly RESTful.
My question: Is that a bad thing?
More specifically: What are alternative ways to define such an API?
I'll add the answer from the problem definition in the other question.
I'd love to see the strictly kosher RESTful version, as well as any other variations or improvements others can suggest.
The goal is to simply provide a service to sum a list of numbers. One webservice/API definition per answer, please!
(The point of course is not to literally provide such a silly webservice. This is meant to be a question about the elegant design of simple webservices, with this as a unifying example.)