From 3787793911114e0242736dcf91a2f19a61ef925b Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 21 May 2010 15:58:31 +0200 Subject: READMEs updated --- README | 8 ++++---- 1 file 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 -- cgit v1.2.3