summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-21 15:58:31 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-21 15:58:31 +0200
commit3787793911114e0242736dcf91a2f19a61ef925b (patch)
treebaf677507fcf095a51c83ad8f5fcc51a50837f95
parentd052bf2513af6cb79380ea2644cc270db2fe0229 (diff)
READMEs updated
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 42f6276..9678cf2 100644
--- a/README
+++ b/README
@@ -21,19 +21,19 @@ Examples:
Get a list of all datasets:
- curl http://webservices.in-silico.ch/test/dataset
+ curl http://webservices.in-silico.ch/dataset
Upload a dataset:
- curl -X POST -H "Content-Type:application/rdf+xml" --data-binary @{my_rdf_file} http://webservices.in-silico.ch/test/dataset
+ curl -X POST -H "Content-Type:application/rdf+xml" --data-binary @{my_rdf_file} http://webservices.in-silico.ch/dataset
Get a dataset representation:
- curl http://webservices.in-silico.ch/test/dataset/{id}
+ curl http://webservices.in-silico.ch/dataset/{id}
Delete a dataset:
- curl -X DELETE http://webservices.in-silico.ch/test/dataset/{id}
+ curl -X DELETE http://webservices.in-silico.ch/dataset/{id}
Installation: http://wiki.github.com/helma/opentox-documentation/installation-of-opentox-webservices