FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
restapi-docs/index.html at master · phpList/restapi-docs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
phpList
/
restapi-docs
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
restapi-docs
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
60 lines (55 loc) · 1.47 KB
Breadcrumbs
restapi-docs
/
index.html
Copy path
File metadata and controls
60 lines (55 loc) · 1.47 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<!-- HTML for static distribution bundle build -->
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
meta
charset
="
UTF-8
"
>
<
title
>
Swagger UI
</
title
>
<
link
rel
="
stylesheet
"
type
="
text/css
"
href
="
/restapi-docs/swagger-ui.css
"
/>
<
link
rel
="
icon
"
type
="
image/png
"
href
="
/restapi-docs/favicon-32x32.png
"
sizes
="
32x32
"
/>
<
link
rel
="
icon
"
type
="
image/png
"
href
="
/restapi-docs/favicon-16x16.png
"
sizes
="
16x16
"
/>
<
style
>
html
{
box-sizing
:
border-box;
overflow
:
-moz-scrollbars-vertical;
overflow-y
:
scroll;
}
*
,
*
:
before
,
*
:
after
{
box-sizing
:
inherit;
}
body
{
margin
:
0
;
background
:
#
fafafa
;
}
</
style
>
</
head
>
<
body
>
<
div
id
="
swagger-ui
"
>
</
div
>
<
script
src
="
/restapi-docs/swagger-ui-bundle.js
"
charset
="
UTF-8
"
>
</
script
>
<
script
src
="
/restapi-docs/swagger-ui-standalone-preset.js
"
charset
="
UTF-8
"
>
</
script
>
<
script
>
window
.
onload
=
function
(
)
{
// Begin Swagger UI call region
const
ui
=
SwaggerUIBundle
(
{
url
:
"/restapi-docs/restapi.json"
,
dom_id
:
'#swagger-ui'
,
deepLinking
:
true
,
presets
:
[
SwaggerUIBundle
.
presets
.
apis
,
SwaggerUIStandalonePreset
]
,
plugins
:
[
SwaggerUIBundle
.
plugins
.
DownloadUrl
]
,
layout
:
"StandaloneLayout"
}
)
;
// End Swagger UI call region
window
.
ui
=
ui
;
}
;
</
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL