freechat/json-api
shockrah e8348918c4 + More qol like better __str__ methods everywhere
+ More error handling in case shit goes wrong
Basically handling more cases where some initial test could result in the whole
script exiting with code(1)
Not really that big of a deal since most tests after _that_ point will fail anyway
but the fix has revealed issues in the auth code magically so I'm keeping up with the new idea
that initial tests should have every resultant case validated to avoid weird behavior

> good code results in good results
who would have guessed
2021-05-08 02:07:32 -07:00
..
.vscode Updated target for debugger 2021-03-07 17:46:17 -08:00
client-tests + More qol like better __str__ methods everywhere 2021-05-08 02:07:32 -07:00
db + Jwt tables - SEE NOTE 2021-05-08 01:29:44 -07:00
migrations + Jwt tables - SEE NOTE 2021-05-08 01:29:44 -07:00
scripts Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
src Minor changes lumped together 2021-05-08 02:03:58 -07:00
.env - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
Cargo.lock + Exposing serde_json to db-lib lyaer 2021-05-06 13:29:32 -07:00
Cargo.toml - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
config.json - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
Makefile Comfy dev scripts to make life a little bit easier 2021-03-30 22:49:46 -07:00
run-client.sh * Fixing busted invite test in api client tester 2021-04-27 13:27:39 -07:00