loris-imageserver / loris

Loris IIIF Image Server
Other
208 stars 87 forks source link

ImageInfo - remove "ident" #478

Closed bcail closed 4 years ago

bcail commented 4 years ago

The "ident" is actually the base_uri, and it can be passed in as an argument when a client wants the full IIIF info.json. Otherwise it's not necessary, and confusingly named.

Also remove "protocol" from ImageInfo - it's a constant that can just be referenced when needed.

bcail commented 4 years ago

@alexwlchan thanks, I removed those unused lines.