File: openapi_view.html

package info (click to toggle)
flask-security 4.0.0-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,340 kB
  • sloc: python: 12,730; makefile: 131
file content (22 lines) | stat: -rw-r--r-- 601 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 <!doctype html> <!-- Important: must specify -->
  <html>
  <head>
    <meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 charecters -->
    <script src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
  </head>
  <body>
    <rapi-doc
      spec-url="openapi.yaml"
      allow-try="false"
      allow-spec-url-load="false"
      allow-spec-file-load="false"
      show-components="true"
      schema-description-expanded="true"
      heading-text="Flask Security External API">
      <img
        slot="logo"
        src="logo-owl-68.png"
      />
    </rapi-doc>
  </body>
  </html>