From 7c0819cec22eafdbf6e79829b9e3e2ae0b8acad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Sun, 31 Jan 2010 21:23:47 +0000 Subject: [PATCH] - added the info of how to retrieve this with curl --- html/rest.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/rest.html b/html/rest.html index 7ad43ec2..ec484fe6 100644 --- a/html/rest.html +++ b/html/rest.html @@ -21,6 +21,10 @@ debug=true&level=1. <p> The result of these requests are provided in XML. In the sequel, we describe the various request types. +They can be obtained by: +<div class="fragment"> +$ curl -H "Content-Type: text/xml" <URL> +</div> </p> <p> The <tt>msgid</tt> and <tt>in-reply-to</tt> elements are not @@ -28,6 +32,7 @@ compulsory and may not be present in messages. </p> <h2>listalignments<a name="listalignments"></a></h2> + <p>Gets the list of the alignments available on the server.</p> <p>URL: http://aserv.inrialpes.fr/rest/ <b>listalignments</b> ?</p> <p>Parameters: none</p> -- GitLab