|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | | - <head> |
4 | | - <meta charset="utf-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 | | - <meta name="description" content="Dashlane Public API Documentation" /> |
7 | | - <title>Dashlane Public API Documentation</title> |
8 | | - <link rel=" stylesheet" href=" https://unpkg.com/[email protected]/swagger-ui.css" /> |
9 | | - </head> |
10 | | - <body> |
11 | | - <div id="swagger-ui"></div> |
12 | | - <script src=" https://unpkg.com/[email protected]/swagger-ui-bundle.js" crossorigin></script> |
13 | | - <script src=" https://unpkg.com/[email protected]/swagger-ui-standalone-preset.js" crossorigin></script> |
14 | | - <script> |
15 | | - window.onload = () => { |
16 | | - window.ui = SwaggerUIBundle({ |
17 | | - url: "https://get.dashlane.com/public-api/openapi.json", |
18 | | - dom_id: "#swagger-ui", |
19 | | - presets: [SwaggerUIBundle.presets.apis], |
20 | | - layout: "BaseLayout", |
21 | | - }); |
22 | | - }; |
23 | | - </script> |
24 | | - </body> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <meta name="description" content="Dashlane Public API Documentation" /> |
| 7 | + <title>Dashlane Public API Documentation</title> |
| 8 | + <link |
| 9 | + rel="stylesheet" |
| 10 | + href=" https://unpkg.com/[email protected]/swagger-ui.css" |
| 11 | + /> |
| 12 | + </head> |
| 13 | + <body> |
| 14 | + <div id="swagger-ui"></div> |
| 15 | + <script |
| 16 | + src=" https://unpkg.com/[email protected]/swagger-ui-bundle.js" |
| 17 | + crossorigin |
| 18 | + ></script> |
| 19 | + <script |
| 20 | + src=" https://unpkg.com/[email protected]/swagger-ui-standalone-preset.js" |
| 21 | + crossorigin |
| 22 | + ></script> |
| 23 | + <script> |
| 24 | + window.onload = () => { |
| 25 | + window.ui = SwaggerUIBundle({ |
| 26 | + url: "https://get.dashlane.com/public-api/openapi.json", |
| 27 | + dom_id: "#swagger-ui", |
| 28 | + presets: [SwaggerUIBundle.presets.apis], |
| 29 | + layout: "BaseLayout", |
| 30 | + supportedSubmitMethods: [], |
| 31 | + }); |
| 32 | + }; |
| 33 | + </script> |
| 34 | + </body> |
25 | 35 | </html> |
0 commit comments