Skip to content

Commit 93b22ab

Browse files
committed
API console and api-key
1 parent c435825 commit 93b22ab

22 files changed

+808
-411
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<img alt="MrinDoc logo" src="https://github.com/mrin9/RapiDoc/blob/master/logo.png" width="60px" />
22

3+
<img src="https://badgen.net/badge/license/MIT/blue">
4+
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/rapidoc)
5+
6+
7+
38
# RapiDoc
49
Custom Eelement for Open-API spec viewing
510

@@ -17,8 +22,9 @@ Custom Eelement for Open-API spec viewing
1722

1823

1924
## Roadmap
20-
- Get the bundle size even smaller (~ 115 Kb gzipped)
21-
- Allow replacing logo
25+
- &#128077; Get the bundle size even smaller (~ 125 Kb gzipped)
26+
- &#128077; Provide a console to try out the APIs
27+
- &#128077; HTTP and Token based Authentication process
28+
- Enable OAuth
2229
- Search API Functionality
23-
- Provide a console to try out the APIs
24-
- Enable OAuth, HTTP and Token based Authentication process
30+
- Allow replacing logo

dist/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
>
6868
</rapi-doc>
6969
-->
70-
<rapi-doc spec-url="https://petstore.swagger.io/v2/swagger.json" ></rapi-doc>
70+
<rapi-doc spec-url="https://petstore.swagger.io/v2/swagger.json"
71+
theme="light"
72+
></rapi-doc>
7173
<script type="text/javascript" src="rapidoc-min.js"></script></body>
7274

7375
</html>

dist/index.html.gz

822 Bytes
Binary file not shown.

dist/rapidoc-min.js

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

dist/rapidoc-min.js.gz

119 KB
Binary file not shown.

dist/rapidoc-min.js.map

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

dist/rapidoc-min.js.map.gz

55.5 KB
Binary file not shown.

dist/report.html

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

docs/rapidoc-min.js

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

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
>
6868
</rapi-doc>
6969
-->
70-
<rapi-doc spec-url="https://petstore.swagger.io/v2/swagger.json" ></rapi-doc>
70+
<rapi-doc spec-url="https://petstore.swagger.io/v2/swagger.json"
71+
theme="light"
72+
></rapi-doc>
7173
</body>
7274

7375
</html>

0 commit comments

Comments
 (0)