summaryrefslogtreecommitdiff
path: root/EXAMPLES
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-11-29 12:44:19 +0100
committermguetlein <martin.guetlein@gmail.com>2010-11-29 12:44:19 +0100
commit3d8db6648a7831d41aad27d1509f29f87a30723e (patch)
tree8b7cb46f03af3d48cac996e20a58a65198a6ab5f /EXAMPLES
parentb50453d2ad038c9bab17a418bf4e065e31acb999 (diff)
add qmrf to examples, add text/html support for qmrf
Diffstat (limited to 'EXAMPLES')
-rw-r--r--EXAMPLES31
1 files changed, 31 insertions, 0 deletions
diff --git a/EXAMPLES b/EXAMPLES
index 8af2316..df7626d 100644
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -327,3 +327,34 @@ alternatively, use property names in (internal) yaml format:
>>> curl <validation_service>/report/validation?algorithm_uris=lazar
+
+
+Reach reporting
+===================================================================
+
+
+get list of available qmrf report
+-------------------------------------------------------------------
+
+>>> curl <validation_service>/reach_report/qmrf
+
+result example (accept-header: application/rdf-xml)
+<<< not yet supported
+
+result example (accept-header: text/uri-list)
+<<< <validation_service>/reach_report/qmrf/<qmrf_id>
+<<< <validation_service>/reach_report/qmrf/report_id_i
+<<< <validation_service>/reach_report/qmrf/report_id_j
+
+
+create a QMRF from a model
+-------------------------------------------------------------------
+
+>>> curl -X POST -d model_uri="<model_uri>" \
+ <validation_service>/reach_report/qmrf
+
+result example (accept-header: application/rdf-xml)
+<<< not yet supported
+
+result example (accept-header: text/uri-list)
+<<< <validation_service>/reach_report/qmrf/id \ No newline at end of file