<!DOCTYPE html>
<html lang="en-us">
<head>
  <title>Documentation | Match and Thrive Engine API | Satalia</title>
  <!-- needed for adaptive design -->
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1" name="viewport">
  <link href="https://fonts.googleapis.com/css?family=Arial:300,400,700|Roboto:300,400,700"
        rel="stylesheet">

  <!--
  Redoc doesn't change outer page styles
  -->
  <style>
    body {
      margin: 0;
      padding: 0;
    }
  </style>
</head>
<body>
<div id="redoc-container"></div>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
<script src="https://cdn.jsdelivr.net/npm/redoc-try-it-out/dist/try-it-out.min.js"
        type="text/javascript"></script>
<script>
  RedocTryItOut.init(
      "http://localhost:8080/v3/api-docs",
      document.getElementById("redoc-container")
  )
</script>
</body>
</html>