comparison Sphinx/source/users/rest.rst @ 577:7d27154e70f9

cheatsheet and full openapi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Dec 2020 07:55:12 +0100
parents 3af5dda67520
children 0dde82745e0d
comparison
equal deleted inserted replaced
576:28a09c734c90 577:7d27154e70f9
1099 1099
1100 * Advanced features of the REST API can be found on :ref:`another page 1100 * Advanced features of the REST API can be found on :ref:`another page
1101 <rest-advanced>`. 1101 <rest-advanced>`.
1102 * A :ref:`FAQ entry <rest-samples>` lists where you can find more 1102 * A :ref:`FAQ entry <rest-samples>` lists where you can find more
1103 advanced samples of the REST API of Orthanc. 1103 advanced samples of the REST API of Orthanc.
1104 * The full documentation of the REST API is maintained as an online 1104 * A :ref:`short reference of the REST API of Orthanc <cheatsheet>` is
1105 spreadsheet accessible from the `documentation part of the official 1105 part of the Orthanc Book.
1106 Web site 1106 * The full documentation of the REST API in the OpenAPI/Swagger format
1107 <https://www.orthanc-server.com/static.php?page=documentation>`__ 1107 is `available online <https://api.orthanc-server.com/>`__. This
1108 (click on the *Reference of the REST API* button). 1108 reference is automatically generated from the source code of
1109 * A documentation of the REST API in the OpenAPI/Swagger format is 1109 Orthanc.
1110 `available as work-in-progress <https://api.orthanc-server.com/>`__.