Skip to content

Commit 2d149f2

Browse files
committed
added download capability for binary data responses
1 parent 15d0388 commit 2d149f2

17 files changed

+364
-47
lines changed

dist/index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
7+
<title>RapiDoc</title>
8+
</head>
9+
10+
<body>
11+
<!--
12+
Some sample spec to try
13+
https://api.apis.guru/v2/specs/stripe.com/2019-02-19/swagger.json
14+
https://api.apis.guru/v2/specs/github.com/v3/swagger.json
15+
https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json
16+
https://petstore.swagger.io/v2/swagger.json
17+
https://assets.zuora.com/zuora-documentation/swagger.yaml <<< Large spec with lot of markdown
18+
-->
19+
20+
<rapi-doc
21+
spec-url="http://10.21.83.83:8080/api/openapi.json"
22+
server-url="http://10.21.83.83:8080/api/"
23+
layout="row"
24+
theme="dark"
25+
>
26+
</rapi-doc>
27+
<script type="text/javascript" src="rapidoc-min.js"></script></body>
28+
29+
</html>

dist/index.html.gz

453 Bytes
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 182 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.gz

140 KB
Binary file not shown.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

142 KB
Binary file not shown.

dist/rapidoc-regular.woff2

16 KB
Binary file not shown.

dist/rapidoc-semi-bold.woff2

16.2 KB
Binary file not shown.

dist/report.html

Lines changed: 64 additions & 0 deletions
Large diffs are not rendered by default.

dist/roboto-mono-bold.woff2

15.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)