summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-11-30 16:27:28 +0100
committerChristoph Helma <helma@in-silico.de>2009-11-30 16:27:28 +0100
commitf21aabdc79c631b07b06092e137ffc95ba67eb8d (patch)
tree3a140ec2b3b117bbc690cf326f39bb90c831641e /README
parentf5a9d52b26f0890157ec7ff6d2e461b1509bdf34 (diff)
Accept header parsing fixed, sinatra/respond_to removed
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 14 insertions, 3 deletions
diff --git a/README b/README
index 5b09122..7134d6a 100644
--- a/README
+++ b/README
@@ -2,8 +2,19 @@ OpenTox Compounds
=================
* An OpenTox REST Webservice (http://www.opentox.org)
-* Implements the OpenTox compounds API
+* Implements the OpenTox compound API 1.1 (http://opentox.org/dev/apis/api-1.1/structure)
-Documentation: Source code (application.rb)
+REST operations:
-Copyright (c) 2009 Christoph Helma. See LICENSE for details.
+Get the representation of a compound GET /compound/{id} - Compound representation 200,404,503
+Create a new compound POST /compound Compound representation URIs for new compounds 200,400,503
+
+Supported MIME formats (http://chemical-mime.sourceforge.net/):
+
+ * chemical/x-daylight-smiles (default)
+ * chemical/x-inchi
+ * chemical/x-mdl-sdfile
+ * text/plain (chemical names)
+ * link to image/gif (output only)
+
+Installation: http://wiki.github.com/helma/opentox-documentation/installation-of-opentox-webservices