From 4c727149178f6496ec468716c21b53474f46a95b Mon Sep 17 00:00:00 2001 From: Tomoki Date: Tue, 2 May 2023 12:06:31 +0900 Subject: [PATCH] add API list to README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index e698462..3ec53f7 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,31 @@ The application listed below is required: + `Math.asin(x)` + `Math.acos(x)` + `Math.hypot(x, y, z, ...)` + +### API List +- `HttpGet` + + `api/operations` + + Get current operations + + `api/operations/{id}/cmd` + + Get all commands + + `api/operations/{id}/cmd_fileline/log` + + Get commmand fileline logs + + `api/operations/history` + + Get a list of operations finished + + `api/operations/{id}/history/cmd_logs` + + Get a list of opeartion command logs + + `api/operations/{id}/history/cmdfile_logs` + + Get a list of opeartion command file logs + + `api/operations/{id}/history/tlm_logs` + + Get a list of opeartion telemetry logs + + `api/operations/{id}/lyt` + + Get a list of telemetry display layouts +- `HttpPost` + + `api/operations` + + create a new operation + + `api/operations/{id}/cmd/raw` + + post command data to TMTC-IF + + `api/operations/{id}/cmd_fileline_logs` + + post command file line + + `api/operations/{id}/lyt` + + Create a new telemetry display layout \ No newline at end of file