How can I test the MarkLogic REST APIs using the Roxy framework? The default Roxy test framework is used to test the legacy application, and we have recently introduced the REST APIs; So looking for some custom solution to test the REST APIs.
The directory structure:
| ml.bat
+---data
+---deploy
+---project-files
+---rest-api -------------> Newly introduced REST APIs source code
\---src -------------> legacy application source code
Any help would be appreciated.