freechat/json-api
shockrah 38ff0edd39 ! Massive test suite overhaul see details below !
Problem: the old test suite was extremely inflexible
This meant that making new tests took way too much time.

+ This new rework makes the new client's backend much thinner and less "magical"
With less magic going on we can pass way more data more easily to the actual
http-request engine making the convenience wrapper over top it much more flexible

Translating old tests to the new engine might take a while but for now the old
client codebase is completely deprecated and will no longer be used+updated
2021-04-21 17:22:16 -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 * api::channels::list_channels has more relevant docs 2021-04-21 17:14:33 -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 * api::channels::list_channels has more relevant docs 2021-04-21 17:14:33 -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 - Removing /messages/from_id as its no longer usable with the new id generation model 2021-04-20 12:09:05 -07:00