summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-08-13 18:30:41 +0200
committerChristoph Helma <helma@in-silico.de>2009-08-13 18:30:41 +0200
commitb9bf1e5054244fe9040f14846fe937242a135c03 (patch)
tree1862b127edb65d493f87015ee8c89f282c4ad410 /README
parentdea458e93411878cad2913bf7c56969fe7143c98 (diff)
README layout fixed
Diffstat (limited to 'README')
-rw-r--r--README38
1 files changed, 19 insertions, 19 deletions
diff --git a/README b/README
index c92506c..000f8bb 100644
--- a/README
+++ b/README
@@ -11,41 +11,41 @@ OpenTox Datasets
REST API
-Description Method URI Parameters Result Status codes
+Description Method URI Parameters Result Status codes
-Get a list of all GET / List of URIs 200, 500
+Get a list of all GET / List of URIs 200, 500
datasets
-Get a XML representation GET /{id} XML representation 200, 404, 500
-of a dataset of a dataset
+Get a XML representation GET /{id} XML representation 200, 404, 500
+of a dataset of a dataset
-Get the dataset name GET /{id}/name Dataset name 200, 404, 500
+Get the dataset name GET /{id}/name Dataset name 200, 404, 500
-Get all compound URIs GET /{id}/compounds List of compound 200, 404, 500
-from a dataset URIs
+Get all compound URIs GET /{id}/compounds List of compound 200, 404, 500
+from a dataset URIs
-Get all feature URIs GET /{id}/features List of features 200, 404, 500
+Get all feature URIs GET /{id}/features List of features 200, 404, 500
-Get all features with GET /{id}/features/compounds XML with features 200, 404, 500
-corresponding compounds and compounds
+Get all features with GET /{id}/features/compounds XML with features 200, 404, 500
+corresponding compounds and compounds
-Get all compounds and GET /{id}/compounds/features XML with compounds 200, 404, 500
-their features and featues
+Get all compounds and GET /{id}/compounds/features XML with compounds 200, 404, 500
+their features and featues
-Get all features for a GET /{id}/compound/{compound_uri}/features List of feature URIs 200, 404, 500
+Get all features for a GET /{id}/compound/{compound_uri}/features List of feature URIs 200, 404, 500
compound URI
-Get all features for a GET /{id}/feature/{feature_uri}/compounds List of compound URIs 200, 404, 500
+Get all features for a GET /{id}/feature/{feature_uri}/compounds List of compound URIs 200, 404, 500
feature URI
-Create a new dataset POST / name Dataset URI 200, 500
+Create a new dataset POST / name Dataset URI 200, 500
-Add a new association to POST /{id} compound_uri, Dataset URI 200, 404, 500
-a dataset feature_uri
+Add a new association to POST /{id} compound_uri, Dataset URI 200, 404, 500
+a dataset feature_uri
-Delete a dataset DELETE /{id} 200, 404, 500
+Delete a dataset DELETE /{id} 200, 404, 500
-Clear the content of a DELETE /{id}/associations 200, 404, 500
+Clear the content of a DELETE /{id}/associations 200, 404, 500
dataset
INSTALLATION