<div dir='auto'>I have begun new prototyping for a jQuery REST/HATEOAS Client for Nikita's Web UI.<div dir="auto"><br></div><div dir="auto">The idea is that the web browser itself functions as the archive depot service</div><div dir="auto">client in a jQuery Ajax HTTP GET call after authentication as Archiver.</div><div dir="auto"><br></div><div dir="auto">Petter Reinholdtsen said it may work for very small archives (perhaps a few hundred MiBs XML?).</div><div dir="auto"><br></div><div dir="auto">Prototype Code in jQuery (uncompleted) in web/depot.html:</div><div dir="auto"><br></div><div dir="auto"><div dir="auto">$(document).ready(function() {<!-- --></div><div dir="auto">&nbsp; &nbsp; $.ajax({<!-- --></div><div dir="auto">&nbsp; &nbsp; &nbsp; &nbsp; url: "https://nikita.oslomet.no/noark5v5/"</div><div dir="auto">&nbsp; &nbsp; }).then(function(data) {<!-- --></div><div dir="auto">&nbsp; &nbsp; &nbsp; &nbsp;$('arkivstruktur').append(data.id);</div><div dir="auto">&nbsp; &nbsp; &nbsp; &nbsp;$('arkivmappe').append(data.content);</div><div dir="auto">&nbsp; &nbsp; });</div><div dir="auto">});</div></div><div dir="auto"><br></div><div dir="auto">Commit Log</div><div dir="auto"><br></div><div dir="auto">1. https://gitlab.com/OsloMet-ABI/nikita-noark5-core/-/commit/60a91c6787e99d09c44edacdb847ba5561235742</div><div dir="auto"><br></div><div dir="auto">2. https://gitlab.com/OsloMet-ABI/nikita-noark5-core/-/commit/0c2ef46ca5b160d63f4e888970b09907b6a4acfd<br></div><div dir="auto"><br></div><div dir="auto">3. https://gitlab.com/OsloMet-ABI/nikita-noark5-core/-/commit/89ebaef0fc27d14406c9f5ea0eec460304bdd75b</div><div dir="auto"><br></div><div dir="auto">I didn't change any of the other files, I only work on web/depot.html for arkivdepot-functionality, but I would like some input&nbsp; from this mailing list to make it complete.</div><div dir="auto"><br></div><div dir="auto">There should be a button that says "Last med arkivdepotdokument i .ADDML filformat" / "Download Archive Depot Document as&nbsp; .ADDML File Format" in Nikita Noark5 Core when the user is authenticated as Archiver.</div><div dir="auto"><br></div><div dir="auto">Best,</div><div dir="auto">Ole</div></div>