mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-06-11 09:43:19 +02:00
* Move logger.lua; * update quotation style in several files; * add proposed configuration key layout to conf_defaults.lua; * move dump function to utils.lua; * implement (very) basic unit testing environment; * fix bugs in various functions in utils.lua; * checkin of preliminary REST API test code.
23 lines
796 B
HTML
23 lines
796 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<title>Test page for the Doodle3D WiFiBox REST API</title>
|
|
<link type="text/css" rel="stylesheet" href="restapi.css" />
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
|
|
<script type="text/javascript" src="restapi.js"></script>
|
|
</head>
|
|
<body><div id="content">
|
|
<div id="module_test" class="module">
|
|
<span class="title">Test API</span>
|
|
</div>
|
|
<div id="module_network" class="module">
|
|
<span class="title">Network API</span>
|
|
</div>
|
|
|
|
<div>
|
|
<span class="title">Run arbitrary requests</span>
|
|
</div>
|
|
</div></body>
|
|
</html>
|