Browse raw repository

HI
I have a micro application hosted on raw repository
which uses urls like http://nexus.fr:8081/nexus/service/local/repositories/olympe/content/database/db-olympe-config/?isLocal

<content>
  <data>
    <content-item>
      <resourceURI>http://nexuseai.aphp.fr:8081/nexus/service/local/repositories/olympe/content/database/db-olympe-config/1.0.19/</resourceURI>
      <relativePath>/database/db-olympe-config/1.0.19/</relativePath>
      <text>1.0.19</text>
      <leaf>false</leaf>
      <lastModified>2018-03-23 17:59:43.0 UTC</lastModified>
      <sizeOnDisk>-1</sizeOnDisk>
    </content-item>

to present the contents of one or more folders.

with the switch to nexus3 the operation has changed
but I can’t find an API to list the contents of a folder. it is not even possible to do it with the urls of the files

How to programmatically list the contents of a folder on a raw repository

Thank

There is no specific API but there is still a directory listing. If you open the UI’s browse view there is a link called HTML View.