File: openapi_view.html

package info (click to toggle)
flask-security 5.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,420 kB
  • sloc: python: 23,164; javascript: 204; makefile: 138
file content (29 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 <!doctype html> <!-- Important: must specify -->
  <html lang="en">
  <head>
    <meta charset="utf-8"><!-- Important: rapi-doc uses utf8 charecters -->
    <meta name="description" content="Flask-Security API">
    <meta name="keywords" content="JSON, Flask-Security, API">
    <title>API</title>
    <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"
      default-schema-tab="schema"
      heading-text="Flask Security External API">
      <img
        slot="logo"
        src="logo-owl-68.png"
        alt="logo"
        width="68"
        height="100"
      />
    </rapi-doc>
  </body>
  </html>