README.md edited online with Bitbucket

This commit is contained in:
djoumbou 2014-07-10 22:56:22 +00:00
parent 9ee6f39e7c
commit a2e0d221bf
1 changed files with 3 additions and 3 deletions

View File

@ -47,15 +47,15 @@
> > > >
> >###POST### > >###POST###
> >A query can be submitted using the POST method as demonstrated in the following example. > >A query can be submitted using the POST method as demonstrated in the following example.
> > >curl -d "query[label]=curl_test&query[query_input]=ID1,C(=O)O&submit=Submit query" http://classyfire.wishartlab.com/queries/ > > >curl -is http://localhost:3000/queries.json -X POST -d '{"label":"curl_test","query_input":"MOL1,CCCOCC\nMOL2,COCC=CCCC"}' -H "Content-Type: application/json"
> > > >
> >where the parameters are: > >where the parameters are:
> > > >
> > >The query label: curl_test, > > >The query label: curl_test,
> > > > > >
> > >The entity identifier: ID1, > > >The entity identifiers: ID1,ID2
> > > >
> > >The entity's structure represented in the SMILES format: C(=O)O. > > >The entity's structure represented in the SMILES format: CCCOCC and COCC=CCCC.
> > > >
> >###GET### > >###GET###
> > > >