Is it possible to expose a query created and saved in the Web UI as a REST endpoint that does not require authentication?
Basically, I want to create a simple service/feed that can be consumed without further effort than an HTTP request on the local network.
What is the best approach to this?
Will I need to write a FOXX service item?
Can it be done with Arango Search Views?
thanks!
John Joyce