Async-Microservice

 view release on metacpan or  search on metacpan

root/static/edit.html  view on Meta::CPAN

<!DOCTYPE html>
<!-- HTML for static distribution bundle build -->
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>OpenAPI Editor - ASYNC-SERVICE-NAME</title>
  <style>
  * {
    box-sizing: border-box;
  }
  body {
    font-family: Roboto,sans-serif;
    font-size: 9px;
    line-height: 1.42857143;
    color: #444;
    margin: 0px;
  }

  #swagger-editor {
    font-size: 1.3em;
  }

  .container {
    height: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }

  #editor-wrapper {
    height: 100%;
    border:1em solid #000;
    border:none;
  }

  .Pane2 {
    overflow-y: scroll;
  }

  </style>
  <link rel="stylesheet" href="https://b.dbedia.com/f8058c4ee14a20e5e001ca89cef95d9ebccdcec08f2b6a04f5b54f725305e5a8/swagger-editor.css">
  <link rel="icon" type="image/png" href="https://www.meon.eu/static/img/favicon.ico" sizes="32x32" />
</head>

<body>
  <div id="swagger-editor"></div>
  <script src="https://b.dbedia.com/27e23bbaf8e512a3175f7f3305c2af5565ca02d0caa481b28b46f936956e5f48/swagger-editor-bundle.js"> </script>
  <script src="https://b.dbedia.com/315687b4854149a2867ec5177f740da9483d56d8548dd80b9139435b48795311/swagger-editor-standalone-preset.js"> </script>
  <script>
  window.onload = function() {
    // Build a system
    const editor = SwaggerEditorBundle({
      url: "static/ASYNC-SERVICE-NAME_openapi.yaml",
      dom_id: '#swagger-editor',
      layout: 'StandaloneLayout',
      presets: [
        SwaggerEditorStandalonePreset
      ]
    })

    window.editor = editor
  }
  </script>

  <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0">



( run in 0.542 second using v1.01-cache-2.11-cpan-39bf76dae61 )