-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Denis G
committed
May 16, 2024
1 parent
56c4c70
commit 6a177e9
Showing
10 changed files
with
185 additions
and
446 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="ru"> | ||
<head> | ||
<title>MAXMA API - JS API</title> | ||
|
||
<meta charset="utf-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet"> | ||
<link rel="icon" type="image/png" href="//s.maxma.com/logo/MX_Logo_2023_favicon_32_new_2023_02.png" sizes="16x16"> | ||
<link rel="stylesheet" type="text/css" href="styles.css"> | ||
</head> | ||
<body> | ||
<div class="tabbar"> | ||
<ul> | ||
<li><a href="/api/">API</a></li> | ||
<li><a href="/api/webhooks.html">Webhooks</a></li> | ||
<li class="active">JS API</li> | ||
<li><a href="/api/messaging.html">Messaging API</a></li> | ||
</ul> | ||
</div> | ||
<div id="redoc-container"></div> | ||
<script src="redoc.standalone.js"></script> | ||
<script src="redoc-options.js"></script> | ||
<script> | ||
Redoc.init( | ||
'https://js-api.maxma.com/openapi.yaml', | ||
options, | ||
document.getElementById('redoc-container') | ||
); | ||
setupClickListener(); | ||
</script> | ||
</body> | ||
</html> |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.