comparison Sphinx/source/faq/rest-samples.rst @ 360:d217af5e6cb3

links to hg
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 20:14:52 +0200
parents 02399e86f046
children 84e3a2612c36
comparison
equal deleted inserted replaced
359:9acb9354da1a 360:d217af5e6cb3
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 9 * More advanced features of the REST API can be found :ref:`in this
10 dedicated section <rest-advanced>`. 10 dedicated section <rest-advanced>`.
11 * Many working examples written in Python are `available in the source 11 * Many working examples written in Python are `available in the source
12 distribution 12 distribution
13 <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/Samples/Python/>`__. 13 <https://hg.orthanc-server.com/orthanc/file/default/Resources/Samples/Python/>`__.
14 * 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
15 the Python examples, please check the `publicly available 15 the Python examples, please check the `publicly available
16 integration tests 16 integration tests
17 <https://bitbucket.org/sjodogne/orthanc-tests/src/default/Tests/Tests.py>`__ 17 <https://bitbucket.org/sjodogne/orthanc-tests/src/default/Tests/Tests.py>`__
18 that span most of the REST API. 18 that span most of the REST API.