any2api-generator-rest
Version:
REST API implementation generator for any2api
21 lines (20 loc) • 739 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>API Console</title>
<link href="styles/api-console-light-theme.css" rel="stylesheet" class="theme">
</head>
<body ng-app="ramlConsoleApp" ng-cloak class="raml-console-body">
<!-- <raml-initializer></raml-initializer> -->
<raml-console single-view src="/api/v1/spec"></raml-console>
<!-- <raml-console single-view disable-theme-switcher></raml-console> -->
<script src="scripts/api-console-vendor.js"></script>
<script src="scripts/api-console.js"></script>
<script>
$.noConflict();
//RAML.Settings.proxy = 'http://www.someproxy.com/somepath/';
</script>
</body>
</html>