Skip to content

Commit

Permalink
feat: Initial API draft for the gateway (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
puria authored Oct 17, 2024
1 parent 1dfd790 commit 94b5dee
Show file tree
Hide file tree
Showing 2 changed files with 1,213 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/public/API/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>DIDimo 👀 Gateway API</title>
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css" />
</head>

<body>
<elements-api layout="sidebar" router="hash" apiDescriptionUrl="openapi.yml"></elements-api>
</body>

</html>
Loading

0 comments on commit 94b5dee

Please sign in to comment.