Details
-
Project registration
-
Resolution: Done
-
Neutral
-
None
-
REST JCR Queries
-
rest-queries
-
Provides a REST endpoint where you can run a JCR query and receive an array of nodes, each similar in structure to what you get from the nodes endpoint.
-
External (please specify)
-
RESTQUERY
-
edu.txstate.its.gato
-
MIT
Description
We sometimes use RESTful to do analysis, and it can be quite slow to explore our entire website tree. Ability to write JCR queries speeds things up considerably. It's a small project but I thought it could be useful to others, and in any case it's a nice minimal example of creating one's own REST endpoint.