Hi @all,
since BaseX 7.3 it seems there ist no more resource listing of sub paths of a database
http://localhost:8984/rest/factbook/tmp
as example won't work
There will be an error like
Name 'factbook/tmp' is invalid.
Listing in http://localhost:8984/rest/factbook/ shows the path and it's contents
<rest:database xmlns:rest="http://basex.org/rest" name="factbook" resources="2"><rest:resource typ="xml" content-type="application/xml" größe="77192">factbook.xml</rest:resource><rest:resource typ="xml" content-type="application/xml" größe="77192">tmp/factbook.xml</rest:resource></rest:database>
in BaseX7.2 the listing of paths was possible
Regards
Marcus