Repozitář pro studenty IVE
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
361 B

<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<title>REST API PYTHON</title>
</head>
<body>
<h1>Vítejte na REST API v pythonu</h1>
<ul>
<li>/api/data - pro všechny data</li>
<li>/api/teplota - získaní hodnoty teploty</li>
<li>/api/vlhkost - získaní hodnoty vlhkosti</li>
</ul>
</body>
</html>