-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (115 loc) · 4.4 KB
/
index.html
File metadata and controls
115 lines (115 loc) · 4.4 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>OpenAPI (Русский)</title>
<link rel="stylesheet" href="./css/highlight.min.css">
<link rel="stylesheet" href="./css/default.styles.css">
<script src="./js/highlight.min.js"></script>
</head>
<body>
<rapi-doc
spec-url = "./specs/petstore.yaml"
id = "thedoc"
class="hidden"
theme = "light"
regular-font = "Helvetica,'Fallback Arial',sans-serif"
mono-font = "'SF Mono', Monaco, Menlo, Consolas, 'Ubuntu Mono', 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', Courier, SFMono-Regular, ui-monospace, monospace"
nav-bg-color = "#fff"
nav-text-color = "#1E2126"
nav-item-spacing = "compact"
primary-color = "#e79777"
header-color = "#fff"
font-size = "large"
schema-style = "table"
use-path-in-nav-bar = "false"
show-components = "true"
show-info = "true"
show-header = "true"
allow-search = "false"
allow-advanced-search = "true"
allow-spec-url-load = "false"
allow-spec-file-load = "false"
allow-spec-file-download = "false"
allow-server-selection = "true"
allow-authentication = "true"
match-type = "regex"
persist-auth = "true"
fill-request-fields-with-example = "false"
info-description-headings-in-navbar = "true"
render-style = "read"
sort-tags = "false"
sort-endpoints-by = "path"
update-route = "true"
show-method-in-nav-bar = "as-colored-block"
allow-try = "true"
api-tag-name = "api"
>
<div slot="header" class="slot-header">
<ul class="menu-in-header">
<li class="top-menu-dropdown"><a>Начало работы</a>
<ul class="top-menu-submenu get-started" style="display:none">
<li class="top-menu-horiz">
<ul class="ul-menu-horiz">
<li><span>Начните здесь</span>
<ul class="ul-no-padding">
<li><a href="https://example.com/overview">Как это работает?</a></li>
<li><a href="https://example.com/access">Регистрация</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="top-menu-dropdown"><a>API & SDK</a>
<ul class="top-menu-submenu developers" style="display:none">
<li class="top-menu-horiz">
<ul class="ul-menu-horiz">
<li><span>Справочник API</span>
<ul class="ul-no-padding">
<li><a href="/index.html">Текущий API</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="top-menu-dropdown"><a>Ресурсы</a>
<ul class="top-menu-submenu resources" style="display:none">
<li class="top-menu-horiz">
<ul class="ul-menu-horiz">
<li><span>Get help</span>
<ul class="ul-no-padding">
<li><a href="https://example.com/glossary">Glossary</a></li>
<li><a href="https://example.com/faq/">Frequently asked questions</a></li>
<li><a href="https://example.com/troubleshooting">Troubleshooting</a></li>
<li><a href="https://example.com/support">Support</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div slot="back-to-top">
<p id="back-top">
<a href="#overview"></a>
</p>
</div>
<div slot="servers" class="description-slots" id="serversSlot">
<p>В этом разделе вы можете выбрать один из существующих серверов, на который будут отправляться запросы API.</p>
<ul>
<li><p>Выберите сервер <strong>sandbox.dev</strong>, если у вас есть аккаунт в песочнице и вы хотите попробовать запросы с тестовыми данными.</p></li>
<li><p>Выберите рабочий сервер <strong>example.dev</strong>, если у вас есть аккаунт в рабочей среде и вы хотите попробовать запросы с реальными данными.</p></li>
</ul>
</div>
<div slot="auth" class="description-slots">
<p>Все запросы к API требуют аутентификации.</p>
</div>
</rapi-doc>
<script src="./js/jquery.min.js"></script>
<script src="./js/topmenu.js"></script>
</body>
</html>