freechat/json-api
shockrah bb2201c00e ! First pass base implementation for /messages/recent
This api method is made for clients to easily say "give me the n[1,100] latest
messages in some channel
This commit contains code that is largely untested but contains some base code
such that I can correct issues in the next _tested_ commit
2021-04-17 15:55:10 -07:00
..
.vscode Updated target for debugger 2021-03-07 17:46:17 -08:00
client-tests Query string parameter 'type' is now enforced by the api 2021-03-12 02:17:06 -08:00
db ! First pass base implementation for /messages/recent 2021-04-17 15:55:10 -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 ! First pass base implementation for /messages/recent 2021-04-17 15:55:10 -07:00
.env SERVER_PROTOCOL is now an official env variable for the json-api to read 2021-03-07 23:55:38 -08:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
build.sh updating tests for members routes 2021-02-20 20:14:10 -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