Files

17 lines
747 B
Handlebars
Raw Permalink Normal View History

2017-05-02 15:35:59 +02:00
<!DOCTYPE html>
<html lang="en">
2020-01-14 19:02:08 +01:00
<head>
<title>Gitea API</title>
<link rel="stylesheet" href="{{ctx.CurrentWebTheme.PublicAssetURI}}">
{{/* HINT: SWAGGER-CSS-IMPORT: import swagger styles ahead to avoid UI flicker (e.g.: the swagger-back-link element) */}}
<link rel="stylesheet" href="{{AssetURI "css/swagger.css"}}">
2020-01-14 19:02:08 +01:00
</head>
<body>
{{/* TODO: add Help & Glossary to help users understand the API, and explain some concepts like "Owner" */}}
<a class="swagger-back-link" href="{{AppSubUrl}}/">{{svg "octicon-reply"}}{{ctx.Locale.Tr "return_to_gitea"}}</a>
<div id="swagger-ui" data-source="{{AppSubUrl}}/swagger.v1.json"></div>
2025-07-04 19:03:22 +08:00
<footer class="page-footer"></footer>
{{ScriptImport "js/swagger.js" "module"}}
2020-01-14 19:02:08 +01:00
</body>
2017-05-02 15:35:59 +02:00
</html>