Vault#
- GET /api/1/vault/directory/(dir_id)/#
This endpoint was replaced by
GET /api/1/vault/flat/(swhid)/
- GET /api/1/vault/directory/(dir_id)/raw/#
This endpoint was replaced by
GET /api/1/vault/flat/(swhid)/raw/
- GET /api/1/vault/revision/(rev_id)/gitfast/#
This endpoint was replaced by
GET /api/1/vault/gitfast/(swhid)/
- GET /api/1/vault/gitfast/(swhid)/raw/#
Fetch the cooked gitfast archive for a revision.
See
GET /api/1/vault/gitfast/(swhid)/
to get more details on gitfast cooking.- Parameters:
rev_id (string) – the revision’s sha1 identifier
- Response Headers:
Content-Type – application/gzip
- Status Codes:
200 OK – no error
404 Not Found – requested directory did not receive any cooking request yet (in case of GET) or can not be found in the archive (in case of POST)