freechat/json-api
shockrah 9ab9cdb176 + db-lib::Channel::get added and Returns a Result<Option<Channel>> for simplicity
This is really only for check if a particular channel exists for /messages/recent's backend

* Flattening db-lib::Message::last_n
SHould make code more readable as it now has a more linear flow

* api::Messages::recent_messages now 404's when a channel that doesn't exist is request
2021-04-21 21:33:30 -07:00
..
.vscode Updated target for debugger 2021-03-07 17:46:17 -08:00
client-tests ! Massive test suite overhaul see details below ! 2021-04-21 17:22:16 -07:00
db + db-lib::Channel::get added and Returns a Result<Option<Channel>> for simplicity 2021-04-21 21:33:30 -07:00
migrations No more jwt db checks 2021-03-30 22:45:39 -07:00
scripts Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
src + db-lib::Channel::get added and Returns a Result<Option<Channel>> for simplicity 2021-04-21 21:33:30 -07:00
.env - Removing /messages/from_id as its no longer usable with the new id generation model 2021-04-20 12:09:05 -07:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
Cargo.lock * More explicit query string guard in /channels/list endpoint handler 2021-04-10 16:44:24 -07:00
Cargo.toml * More explicit query string guard in /channels/list endpoint handler 2021-04-10 16:44:24 -07:00
hmac.secret Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
Makefile Comfy dev scripts to make life a little bit easier 2021-03-30 22:49:46 -07:00
run-api-tests.sh Fixing minor errors that were preventing tests fro mbeing ran oops :p 2021-04-21 17:23:00 -07:00