From 3aca266fcd3e2b31509bb1aa2cb7a8004ab3b352 Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Mon, 3 Oct 2022 18:34:14 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 474c8de..3559b5a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Api Roadmap -- [ ] world +- [x] world - [x] list available (guids) - [x] get basic info (name, size) - [x] selected get @@ -14,11 +14,11 @@ - [x] settings get - [x] settings set - [x] status (state sim uptime) -- [ ] settings - - [ ] get type schema (maybe in graphql or json schema) - - [ ] list properties of type instance - - [ ] get property value - - [ ] set property value +- [x] settings + - [x] get type schema (maybe in graphql or json schema) + - [x] list properties of type instance + - [x] get property value + - [x] set property value - [ ] plugins - [ ] list (with ids for config type instance) - [ ] players @@ -32,4 +32,4 @@ - [x] chat - [x] live messages (websocket) - [x] invoke command - - [x] send message (custom color author channel) \ No newline at end of file + - [x] send message (custom color author channel) From ae5aca2dd4f60b6965edb2f744989980a2f097de Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Mon, 3 Oct 2022 19:20:13 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3559b5a..f11f915 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ - [ ] promote - [ ] demote - [x] logs (websocket) -- [x] chat +- [ ] chat - [x] live messages (websocket) - [x] invoke command + - [ ] invoke command (with direct response for optional delay) - [x] send message (custom color author channel) From 0a90f88d17cb834bcd2ba82b1d7f31e02c146aa8 Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:43:23 +0700 Subject: [PATCH 3/3] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f11f915..485e779 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,13 @@ - [x] get property value - [x] set property value - [ ] plugins - - [ ] list (with ids for config type instance) + - [ ] list (status, id for config type instance) + - [ ] downloads + - [ ] list (guids, names, icons, latest versions) + - [ ] get info by guid (full description) + - [ ] download by guid + - [ ] install (multipart zip) + - [ ] uninstall by guid - [ ] players - [ ] list - [ ] kick (with cooldown or not)