README.md edited online with Bitbucket

This commit is contained in:
djoumbou 2014-07-09 23:10:30 +00:00
parent 4a36cc2262
commit 2eb00b6244
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@
# **Endpoints** # # **Endpoints** #
## Entities ## Entities
> /entities /entities
> > GET > GET
> > > 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. > > > 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.
> > > > > >
> > > curl -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://localhost:3000/entities/LABTWGUMFABVFG-ONEGZZNKSA-N.json > > > curl -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://localhost:3000/entities/LABTWGUMFABVFG-ONEGZZNKSA-N.json