Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 338 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 338 Bytes

Catapult

POST /bucket/key?token=abcd1234

With Content-Type header and data in body.

Return

{
  "bucket": "b1",
  "key": "k1"
  "version": "v1"
}

GET /bucket/key/version

Data returned with Content Type.

GET /bucket/key -> 302 Found to /bucket/key/latest_version

DELETE /bucket/key?token=abcd1234