From 915ae722d505a50c6b892bf220a4609d4f536c71 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Sun, 18 Jul 2021 10:16:55 -0400 Subject: [PATCH] Add info about returning json --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 90baca3..7047b82 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ Whenever user sends a message, client will send message & token and backend will ## To-Do: - [x] Basic auth api +- [ ] Return json instead of string + - status is main thing to deal with, ok/fail/panic + - reason is for more details, mainly just for debugging? - [ ] Basic messaging system - [ ] Finish up `chat::create_message()` - [ ] Create `chat::read_messages()`