comparison Sphinx/source/faq/rest-samples.rst @ 224:02399e86f046

starting documentation of jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 06 Mar 2019 07:41:49 +0100
parents 901e8961f46e
children d217af5e6cb3
comparison
equal deleted inserted replaced
223:9ccafca945d2 224:02399e86f046
4 Finding samples for the REST API 4 Finding samples for the REST API
5 ================================ 5 ================================
6 6
7 * This "Orthanc Book" proposes a :ref:`number of samples showing how 7 * This "Orthanc Book" proposes a :ref:`number of samples showing how
8 to use the REST API <rest>` of Orthanc. 8 to use the REST API <rest>` of Orthanc.
9 * More advanced features of the REST API can be found :ref:`in this
10 dedicated section <rest-advanced>`.
9 * Many working examples written in Python are `available in the source 11 * Many working examples written in Python are `available in the source
10 distribution 12 distribution
11 <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/Samples/Python/>`__. 13 <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/Samples/Python/>`__.
12 * If you cannot find an example for some feature in this manual or in 14 * If you cannot find an example for some feature in this manual or in
13 the Python examples, please check the `publicly available 15 the Python examples, please check the `publicly available