1- <!DOCTYPE html>
2- < html >
1+ < html lang ="en " class ="js json svg checked target dataset details fetch supports csstransforms3d no-ios " style ="">
32 < head >
3+ < meta charset ="utf-8 ">
4+ < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
5+ < meta http-equiv ="x-ua-compatible " content ="ie=edge ">
6+ < link rel ="shortcut icon " href ="../assets/images/favicon.png ">
47 < title > openEO API Reference</ title >
5- < meta charset ="utf-8 "/>
6- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7- < link href ="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700 " rel ="stylesheet ">
8+ < link rel ="stylesheet " href ="../assets/stylesheets/application.451f80e5.css ">
9+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono ">
810 < style >
9- body {
10- margin : 0 ;
11- padding : 0 ;
12- }
11+ body , input {font-family : "Roboto" , "Helvetica Neue" , Helvetica, Arial, sans-serif}
12+ code , kbd , pre {font-family : "Roboto Mono" , "Courier New" , Courier, monospace}
13+ .md-header-nav__button .md-logo {display : inline-block}
1314 </ style >
15+ < link rel ="stylesheet " href ="../assets/fonts/material-icons.css ">
1416 </ head >
15- < body >
16- < redoc spec-url ="../openapi.json " expand-responses ="200,201,202,203,204 " path-in-middle-panel ="true " hide-download-button ="true "> </ redoc >
17+ < body dir ="ltr " data-md-state ="">
18+ < svg class ="md-svg ">
19+ < defs >
20+ < svg xmlns ="http://www.w3.org/2000/svg " width ="416 " height ="448 " viewBox ="0 0 416 448 " id ="__github ">
21+ < path fill ="currentColor " d ="M160 304q0 10-3.125 20.5t-10.75 19-18.125
22+ 8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5
23+ 18.125 8.5 10.75 19 3.125 20.5zM320 304q0 10-3.125 20.5t-10.75
24+ 19-18.125 8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19
25+ 18.125-8.5 18.125 8.5 10.75 19 3.125 20.5zM360
26+ 304q0-30-17.25-51t-46.75-21q-10.25 0-48.75 5.25-17.75 2.75-39.25
27+ 2.75t-39.25-2.75q-38-5.25-48.75-5.25-29.5 0-46.75 21t-17.25 51q0 22 8
28+ 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0
29+ 37.25-1.75t35-7.375 30.5-15 20.25-25.75 8-38.375zM416 260q0 51.75-15.25
30+ 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5-41.75
31+ 1.125q-19.5 0-35.5-0.75t-36.875-3.125-38.125-7.5-34.25-12.875-30.25-20.25-21.5-28.75q-15.5-30.75-15.5-82.75
32+ 0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25
33+ 30.875q36.75-8.75 77.25-8.75 37 0 70 8 26.25-20.5
34+ 46.75-30.25t47.25-9.75q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34
35+ 99.5z "> </ path >
36+ </ svg >
37+ </ defs >
38+ </ svg >
39+ < header class ="md-header " data-md-component ="header " data-md-state ="shadow ">
40+ < nav class ="md-header-nav md-grid ">
41+ < div class ="md-flex ">
42+ < div class ="md-flex__cell md-flex__cell--shrink ">
43+ < a href ="../ " title ="openEO API Reference " class ="md-header-nav__button md-logo ">
44+ < i class ="md-icon "> </ i >
45+ </ a >
46+ </ div >
47+ < div class ="md-flex__cell md-flex__cell--stretch ">
48+ < div class ="md-flex__ellipsis md-header-nav__title " data-md-component ="title " data-md-state ="">
49+ < span class ="md-header-nav__topic "> openEO API Reference</ span >
50+ </ div >
51+ </ div >
52+ < div class ="md-flex__cell md-flex__cell--shrink ">
53+ < div class ="md-header-nav__source ">
54+ < a href ="https://github.com/Open-EO/openeo-api/ " title ="Go to repository " class ="md-source " data-md-source ="github " data-md-state ="done ">
55+ < div class ="md-source__icon ">
56+ < svg viewBox ="0 0 24 24 " width ="24 " height ="24 ">
57+ < use xlink:href ="#__github " width ="24 " height ="24 "> </ use >
58+ </ svg >
59+ </ div >
60+ < div class ="md-source__repository "> GitHub</ div >
61+ </ a >
62+ </ div >
63+ </ div >
64+ </ div >
65+ </ nav >
66+ </ header >
67+ < div class ="md-container ">
68+ < main class ="md-main " id ="content "> </ main >
69+ </ div >
1770 < script src ="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js "> </ script >
71+ < script type ="text/javascript ">
72+ Redoc . init ( '../openapi.json' , {
73+ scrollYOffset : "header" ,
74+ expandResponses :"200,201,202,203,204" ,
75+ pathInMiddlePanel : true ,
76+ hideDownloadButton : true
77+ } , document . getElementById ( 'content' ) ) ;
78+ </ script >
1879 </ body >
1980</ html >
0 commit comments