summaryrefslogtreecommitdiff
path: root/EXAMPLES
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-06-09 12:13:25 +0200
committermguetlein <martin.guetlein@gmail.com>2010-06-09 12:13:25 +0200
commit2ee258935818fa3dcc9b863216f383969807c191 (patch)
tree3c4cce04edd2e50270c5b7fbb6ee0fd3f5e8a048 /EXAMPLES
parentbef6b090942db1e51c88b3b4063e8bf7a16bebeb (diff)
report persistance, modify val persistance (serialize hashes, rename uri)
Diffstat (limited to 'EXAMPLES')
-rw-r--r--EXAMPLES6
1 files changed, 6 insertions, 0 deletions
diff --git a/EXAMPLES b/EXAMPLES
index 1721f41..22e6031 100644
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -31,6 +31,8 @@ search available validations with url-encoded parameters
>>> curl <validation_service>?training_dataset_uri=<training_dataset_uri>&algorithm_uri=<algorithm_uri>
+Hint: you can perform a pattern search (instead of an exact match search) by adding a _like to the parameter, i.e. training_dataset_uri_like
+
result example (accept-header: application/rdf-xml)
<<< not yet supported
@@ -200,6 +202,8 @@ get validation report
Supported formats (accept-headers):
* "text/xml" content of report in docbook-article format
* "text/html" report formated with default docbook-article-xsl
+* "text/x-yaml" returns report object with meta-info (without the actual report content)
+* "application/rdf+xml" returns report object with meta-info (without the actual report content)
Hint: Visit <validation_service>/report/validation/<validation_report_id> with a browser to see the report in html format
@@ -239,6 +243,8 @@ get crossvalidation report
Supported formats (accept-headers):
* "text/xml" content of report in docbook-article format
* "text/html" report formated with default docbook-article-xsl
+* "text/x-yaml" returns report object with meta-info (without the actual report content)
+* "application/rdf+xml" returns report object with meta-info (without the actual report content)
Hint: Visit <validation_service>/report/crossvalidation/<crossvalidation_report_id> with a browser to see the report in html format