From b00de5268685f7ed0d69a7fc6c2d1306c2db9089 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Fri, 5 Apr 2019 13:06:33 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e7b10b..1900567 100644 --- a/README.md +++ b/README.md @@ -109,13 +109,35 @@ SSID : 'MyHotspotSSID' PASSWORD : 'MySuperSecuredPassword' ``` + +### System WEB api : +Here is a list of the available api calls for the board : +* /sab/web/apitester + * HTTP request method : ALL + * Description : Test if the api system is available + * Response format : JSON + * OK : { "status" : "ok", "API" : "available" } + * FAIL : NOTHING +* /sab/view/next + * HTTP request method : GET + * Description : Display the next view on the screen + * Response format : JSON + * OK : { "status" : "ok", "ViewUID" : "UID" } + * FAIL : NOTHING +/sab/rtc/get/datetime +/sab/sdcard/eject +/sab/sdcard/insert +/esp/restart +/esp/reset + + ### Things to do : * Screen Manager ✓ -* µSDcard File System (In progress) +* µSDcard File System ✓ * File Config Parser ✓ * Templated Dictionary Class ✓ * RTC Manager ✓ * RTC FLASH Manager * FTP Service -* WEB Service +* WEB ServerManager ✓ * GPIO Util \ No newline at end of file