Comment Re:Nice low-level API. Missing high-level API. (Score 1) 307
PUT is used for idempotent create/update operations. POST is used for appending to resources and for non-idempotent creates.
A method of solution is perfect if we can forsee from the start, and even prove, that following that method we shall attain our aim. -- Leibnitz