From 9ee6f39e7ce682f7a4878b0eebecf8db690a390e Mon Sep 17 00:00:00 2001 From: djoumbou Date: Thu, 10 Jul 2014 19:20:05 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b31017a..30aa3d7 100644 --- a/README.md +++ b/README.md @@ -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** #