README.md edited online with Bitbucket

This commit is contained in:
djoumbou 2014-07-10 02:47:02 +00:00
parent 0b3726be7e
commit ce41e7a45e
1 changed files with 12 additions and 3 deletions

View File

@ -23,9 +23,10 @@
# **Endpoints** #
> ##1. Entities
>
> ###GET/entities
> ##1. Entities##
> >Chemical compounds are represented by the Entity model, through which one can access the compound's structure-based classification.
> >###GET /entities###
> >You can retrieve a chemical compound's classification in the JSON or XML format. The compound's information is accessed via the InChIkey as show in the following examples. In this example, the entity has the InChIKey=LABTWGUMFABVFG-ONEGZZNKSA-N.
> > >
@ -34,6 +35,14 @@
> > >curl -H "Accept: application/xml" -H "Content-Type: application/xml" -X GET http://classyfire.wishartlab.com/entities/LABTWGUMFABVFG-ONEGZZNKSA-N.xml
> ##1. Queries##
> >The Query model represents a list of chemical structures to be classified. The query object can be submitted via a POST request. The classification results can be retrieved via a GET request.
> >###POST /Queries###
> >
> >
# **Directory Structure** #
* lib