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.
Keep up the good work! But please don't ask me to help.