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>
|
2026-03-29 12:24:30 +02:00
|
|
|
<link href="{{AssetURI "css/swagger.css"}}" rel="stylesheet">
|
2020-01-14 19:02:08 +01:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2025-07-23 08:44:34 +02:00
|
|
|
{{/* TODO: add Help & Glossary to help users understand the API, and explain some concepts like "Owner" */}}
|
2023-09-25 10:56:50 +02:00
|
|
|
<a class="swagger-back-link" href="{{AppSubUrl}}/">{{svg "octicon-reply"}}{{ctx.Locale.Tr "return_to_gitea"}}</a>
|
2023-02-17 22:02:20 +08:00
|
|
|
<div id="swagger-ui" data-source="{{AppSubUrl}}/swagger.{{.APIJSONVersion}}.json"></div>
|
2025-07-04 19:03:22 +08:00
|
|
|
<footer class="page-footer"></footer>
|
2026-03-29 12:24:30 +02:00
|
|
|
<script type="module" src="{{AssetURI "js/swagger.js"}}"></script>
|
2020-01-14 19:02:08 +01:00
|
|
|
</body>
|
2017-05-02 15:35:59 +02:00
|
|
|
</html>
|