openapi yml creation

This commit is contained in:
mahdahar 2026-01-26 12:58:09 +07:00
parent f56200eb53
commit 15ab7017a9
4 changed files with 6594 additions and 1 deletions

4
.gitignore vendored
View File

@ -126,4 +126,6 @@ _modules/*
/phpunit*.xml
/public/.htaccess
.serena/
.serena/
.claude/

3287
docs/openapi.yaml Normal file

File diff suppressed because it is too large Load Diff

17
public/docs.html Normal file
View File

@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Elements in HTML</title>
<!-- Embed elements Elements via Web Component -->
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
</head>
<body>
<elements-api apiDescriptionUrl="openapi.yaml" router="hash" layout="sidebar" />
</body>
</html>

3287
public/openapi.yaml Normal file

File diff suppressed because it is too large Load Diff