summaryrefslogtreecommitdiff
path: root/README
blob: 7134d6a75302fdd24d102c10fa2da9a79ecffe91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OpenTox Compounds
=================

* An OpenTox REST Webservice (http://www.opentox.org)
* Implements the OpenTox compound API 1.1 (http://opentox.org/dev/apis/api-1.1/structure)

REST operations:

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