1
0
mirror of synced 2025-12-22 03:21:25 -05:00
Files
airbyte/docs/reference/api/rapidoc-api-docs.html
2023-10-30 12:03:06 -07:00

13 lines
453 B
HTML

<!doctype html> <!-- Important: must specify -->
<html>
<head>
<meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 charecters -->
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
</head>
<body>
<rapi-doc spec-url="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-cdk/java/airbyte-cdk/airbyte-api/src/main/openapi/config.yaml"
primary-color = "#625fff"
</rapi-doc>
</body>
</html>