README.md edited online with Bitbucket

This commit is contained in:
Yannick Djoumbou 2016-01-15 20:27:20 +00:00
parent 7789ed13ff
commit 53c8cd9bb9
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
> > > >
> >###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 -is http://localhost:3000/queries.json -X POST -d '{"label":"curl_test","query_input":"MOL1,CCCOCC\nMOL2,COCC=CCCC"}' -H "Content-Type: application/json" > > >curl -is http://classyfire.wishartlab.com/queries.json -X POST -d '{"label":"curl_test","query_input":"MOL1,CCCOCC\nMOL2,COCC=CCCC", "query_type":"STRUCTURE"}' -H "Content-Type: application/json"
> > > >
> >where the parameters are: > >where the parameters are:
> > > >