digirati-co-uk / iiif-net

IIIF models for dotnet
MIT License
3 stars 1 forks source link

Auth v2 provisional classes #22

Closed tomcrane closed 2 years ago

tomcrane commented 2 years ago

New set of classes to allow Auth2 in IIIF resources.

Includes serialisation tests to make sure they can be used together.

Also added a test to demonstrate Image1 and Image2 together.

One interesting nugget from this is the probe service for and location properties, which can point to Image Services or Content Resources. The type of this property had to be JsonLdBase - there's no more specialised common base class.

I think this is OK though.