diff Sphinx/source/users/rest.rst @ 35:5737f51ff94e

How does Orthanc stores its database
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jul 2016 15:12:22 +0200
parents 669ea65ba7fb
children 736d30badda0
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst	Wed Jul 20 14:18:47 2016 +0200
+++ b/Sphinx/source/users/rest.rst	Wed Jul 20 15:12:22 2016 +0200
@@ -574,5 +574,12 @@
 
 The examples above have shown you the basic principles for driving an
 instance of Orthanc through its REST API. All the possibilities of the
-API have not been described. A :ref:`FAQ entry <rest-samples>` lists
-where you can find more advanced samples of the REST API of Orthanc.
+API have not been described:
+
+* A :ref:`FAQ entry <rest-samples>` lists where you can find more
+  advanced samples of the REST API of Orthanc.
+* The full documentation of the REST API is maintained as an online
+  spreadsheet accessible from the `documentation part of the official
+  Web site
+  <http://www.orthanc-server.com/static.php?page=documentation>`__
+  (click on the *Reference of the REST API* button).