By default the application provides a preview and a few simple REST paths as test
interfaces. Open the application via the Dashboard or browse to [http://localhost:8080/exist/apps/openapi/index.html](http://localhost:8080/exist/apps/openapi/index.html).
To view the documentation for other packages, use the input filed in the top bar
to ask for a description file at `openapi.json?target=/db/apps/myApplication`.
Optional the re-registration of functions to the RESTXQ engine is possible via
an additional parameter: `®ister=true`.
## Configure
## Configure
To include information not present in one of the parsed documents, the library
checks the availability of a resources named `openapi-config.xml` in the
root collection of the application where to create the description file for.
It is recommended to place a customized copy of the file provided with this
package.
## Develop
## Develop
To start developing or testing the package a ant target is available that sets
To start developing or testing the package a ant target is available that sets
...
@@ -49,7 +77,6 @@ Behind the curtain the information will be collected by calling
...
@@ -49,7 +77,6 @@ Behind the curtain the information will be collected by calling