This end point lists the repositories known to the ep3apid service.
In this example we assume the ep3apid services is running on “localhost:8484” and is configured to support two repositories “lemurprints” and “test3”. We are using curl to retrieve the data.
curl -X GET http://localhost:8484/repositories
This should return a JSON array like
[
"lemurprints",
"test3"
]