comparison OpenAPI/2019-08-orthanc-openapi.html @ 577:7d27154e70f9

cheatsheet and full openapi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Dec 2020 07:55:12 +0100
parents
children 7de3cd81c927
comparison
equal deleted inserted replaced
576:28a09c734c90 577:7d27154e70f9
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Orthanc REST API</title>
5 <!-- needed for adaptive design -->
6 <meta charset="utf-8"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
9
10 <!--
11 ReDoc doesn't change outer page styles
12 -->
13 <style>
14 body {
15 margin: 0;
16 padding: 0;
17 }
18 </style>
19 </head>
20 <body>
21 <redoc spec-url="2019-08-orthanc-openapi.yaml" lazy-rendering hide-hostname></redoc>
22 <script src="./redoc.standalone.js"> </script>
23 </body>
24 </html>