Hello
I'm using _db/{dbName}/_admin/foxx/install and .../uninstall to setup & teardown foxx-services which is working wonderfully. I just can't seem to get a list of installed foxx'es per database (_db/{dbName}/_admin/foxx/list and _db/{dbName}/_admin/foxx/installed is not recognized), without using the foxx-manager binary. I would very much like to only use the http-API if possible.
For now, i'm including an index.html -file, so i can check whether i get a HTTP 404 on _db/{dbName}/{foxxName}. This seems very vulnerable towards false negatives though, since it hinges on all developers "promising" to include an index.html in foxx-services.
Is there any way to list installed foxx-services per database via http-API?
Thanks!