| Name | Size | Last Modified | Checksum (SHA-256) |
|---|---|---|---|
| .. | |||
| {{ item.name }} | {{ item.size || '-' }} | {{ item.modified || '-' }} | {{ item.checksum || '-' }} |
API Documentation
Authentication
All requests to protected assets require token validation. Exchange credentials at the designated endpoint.
POST /api/v1/auth
Headers:
Content-Type: application/json
Payload:
{
"user": "string",
"pass": "string"
}
"user": "string",
"pass": "string"
}