Add struct get state endpoint

This commit is contained in:
laisolizq
2020-10-23 17:46:34 +02:00
parent d17cc57e1d
commit 82ee7c6aa7
7 changed files with 292 additions and 151 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/sh -e
USAGE="Available options:
doc Start documentation UI at http://loclahost:8001 and the mock up server at http://loclahost:4010
mock Start the mock up server at http://loclahost:4010
editor Start the documentation editor at http://loclahost:8002
doc Start documentation UI at http://localhost:8001 and the mock up server at http://localhost:4010
mock Start the mock up server at http://localhost:4010
editor Start the documentation editor at http://localhost:8002
stop Stop all runing services started using this script
help display this message"