# HG changeset patch # User Sebastien Jodogne # Date 1567411497 -7200 # Node ID 869d6efbb54cb2c01d072fd1e8c7484c2926e7f4 # Parent 07f109e3f3f7e89c9a9779b1b014c23c26c2b94b wip diff -r 07f109e3f3f7 -r 869d6efbb54c OpenAPI/orthanc-openapi.yaml --- a/OpenAPI/orthanc-openapi.yaml Fri Aug 30 09:22:34 2019 +0200 +++ b/OpenAPI/orthanc-openapi.yaml Mon Sep 02 10:04:57 2019 +0200 @@ -3,7 +3,8 @@ title: Orthanc version: 1.0.0 description: >- - One of the major strengths of Orthanc lies in its built-in RESTful API, that can be used to drive Orthanc from external applications, independently of the programming language that is used to develop these applications. The REST API of Orthanc gives a full programmatic access to all the core features of Orthanc. Importantly, Orthanc Explorer (the embedded administrative interface of Orthanc) entirely resorts to this REST API for all its features. This implies that anything that can be done through Orthanc Explorer, can also be done through REST queries. + One of the major strengths of Orthanc lies in its built-in RESTful API, that can be used to drive Orthanc from external applications, independently of the programming language that is used to develop these applications. The REST API of Orthanc gives a full programmatic access to all the core features of Orthanc. Importantly, Orthanc Explorer (the embedded administrative interface of Orthanc) entirely resorts to this REST API for all its features. This implies that anything that can be done through Orthanc Explorer, can also be done through REST queries.

+ This documentation is work-in-progress: The entire REST API is not covered yet. Please contribute by improving the source code of the documenation: https://bitbucket.org/sjodogne/orthanc-book/src/default/ servers: - url: 'https://demo.orthanc-server.com' components: