docs(iiif): iiif.md overstates the API surface (no IIIF Image API exists) #7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Surfaced during the ModernLeft/athena-api fleet-audit pass (epic ModernLeft/athena-api#325).
docs/development/iiif.md states the API 'emits manifests and image and thumbnail endpoints', which implies an IIIF Image API. It does not exist. The API exposes only the IIIF Presentation API (manifests/collections). Media are served as a raw FileResponse (/media/{id}/original) plus fixed-bucket thumbnails (/media/{id}/thumb) — there is no info.json, no {region}/{size}/{rotation}/{quality} request endpoint, and no ImageService on canvases. Per athena-api#331 the level-0 static Image API / info.json / tiles is deferred to a derivatives design session.
Please reword iiif.md so it does not imply an Image API, and (per athena-api#325 work item 3) record the source-image management REST spec adopt/reject decision here when made.