github.com/vipernet-xyz/tm@v0.34.24/rpc/openapi/index.html (about)

     1  <!-- HTML for static distribution bundle build -->
     2  <!DOCTYPE html>
     3  <html lang="en">
     4  
     5  <head>
     6      <meta charset="UTF-8">
     7      <title>Tendermint RPC</title>
     8      <link rel="stylesheet" type="text/css" href="//unpkg.com/swagger-ui-dist@3.25.0/swagger-ui.css">
     9      <link rel="icon" type="image/png" href="//unpkg.com/swagger-ui-dist@3.25.0/favicon-16x16.png" />
    10      <script src="//unpkg.com/swagger-ui-dist@3.25.0/swagger-ui-bundle.js"></script>
    11  </head>
    12  
    13  <body>
    14      <div id="swagger-ui"></div>
    15      <script>
    16          window.onload = function () {
    17              window.ui = SwaggerUIBundle({
    18                  url: "./openapi.yaml",
    19                  dom_id: '#swagger-ui',
    20                  deepLinking: true,
    21                  layout: "BaseLayout"
    22              });
    23          }
    24      </script>
    25  </body>
    26  
    27  </html>