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.
Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker