Skip to content

Commit

Permalink
add API list to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMochizuki committed May 7, 2023
1 parent b9610c2 commit 29c22dd
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 29c22dd

Please sign in to comment.