Add info about returning json

pull/5/head
~erin 2021-07-18 10:16:55 -04:00
parent e95022e994
commit 915ae722d5
Signed by: erin
GPG Key ID: DA70E064A8C70F44
1 changed files with 3 additions and 0 deletions

View File

@ -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()`