summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-06-22 17:06:21 +0200
committermguetlein <martin.guetlein@gmail.com>2010-06-22 17:06:21 +0200
commit9f2a4b71ecb103e424ecd7e1814e16003bcb42ab (patch)
tree982fef589a535626cf8832e1beff80e2ebfc68b3 /README
parenta2540da70fc1d681bbf3d9695337ba55ac3176f6 (diff)
parent3cff60d402bef3ca36cf7985aae2c45f5f057407 (diff)
resolved merge conflict
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index c4d3375..81c96e4 100644
--- a/README
+++ b/README
@@ -21,22 +21,22 @@ Supported MIME formats (http://chemical-mime.sourceforge.net/):
Examples:
List all lazar models
- curl http://webservices.in-silico.ch/test/model
+ curl http://webservices.in-silico.ch/model
Get the representation of a lazar model
- curl -H "Accept:application/rdf+xml" http://webservices.in-silico.ch/test/model/{id}
+ curl -H "Accept:application/rdf+xml" http://webservices.in-silico.ch/model/{id}
Predict a compound
- curl -X POST -d compound_uri={compound_uri} http://webservices.in-silico.ch/test/model/{id}
+ curl -X POST -d compound_uri={compound_uri} http://webservices.in-silico.ch/model/{id}
Predict a compound and get the result as YAML
- curl -X POST -H "Accept:application/x-yaml" -d compound_uri={compound_uri} http://webservices.in-silico.ch/test/model/{id}
+ curl -X POST -H "Accept:application/x-yaml" -d compound_uri={compound_uri} http://webservices.in-silico.ch/model/{id}
Predict a dataset
- curl -X POST -d dataset_uri={dataset_uri} http://webservices.in-silico.ch/test/model/{id}
+ curl -X POST -d dataset_uri={dataset_uri} http://webservices.in-silico.ch/model/{id}
Delete a model
- curl -X DELETE http://webservices.in-silico.ch/test/model/{id}
+ curl -X DELETE http://webservices.in-silico.ch/model/{id}
More documentation: Source code (application.rb, lazar.rb)