README.md edited online with Bitbucket
This commit is contained in:
parent
064362f488
commit
9ee6f39e7c
|
@ -61,14 +61,13 @@
|
|||
> >
|
||||
> >**/queries/{query_id}**
|
||||
> >
|
||||
> >The classification results can be retrieved via a GET method.
|
||||
> >The classification results can be retrieved via a GET method in the JSON or XML format.
|
||||
> > >
|
||||
> > >curl -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://classyfire.wishartlab.com/queries/88.json
|
||||
> >
|
||||
> >where the query id is 88 and the result is encoded in the JSON format.
|
||||
> >
|
||||
> >The result can also be returned in the XML format.
|
||||
> >
|
||||
> > >curl -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://classyfire.wishartlab.com/queries/88.xml
|
||||
> >
|
||||
> >where the query id is 88.
|
||||
|
||||
|
||||
# **Directory Structure** #
|
||||
|
|
Loading…
Reference in New Issue