From 3e40a4ce3d44927f24931e9a63c8c5a5bb9ffcc0 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Mon, 12 Jun 2023 01:59:33 +0200 Subject: [PATCH] TODO: remind that the current client doesn't have much features. --- TODO.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index d1e3577..a442f4c 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,4 @@ -### Consistency in error management. +### Consistency in error management **Both exceptions and error reponses are used**. A choice should be made between the two options. @@ -23,6 +23,10 @@ Some requests require to be authenticated without either accessing confidential Maybe in some cases, it could be great to use structures instead of classes. They are simpler, use less memory and computation. -### Documentation. +### CLI client + +Current client **authc** lacks most requests. + +### Documentation Documentation isn't started, yet. TODO!