freechat/json-api/src
2021-02-05 16:39:24 -08:00
..
testing Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
admin.rs *+ More qs_param! usage 2021-02-05 16:29:32 -08:00
auth.rs * Replacing extract_uid with qs_param!(...) usage 2021-02-05 16:25:35 -08:00
channels.rs * replacing extract_uid usage with qs_param!(....).unwrap() usage 2021-02-05 16:25:12 -08:00
http.rs - Removed parse_json_params as its no longer used 2021-02-05 16:24:39 -08:00
invites.rs - Removing unused code 'process_expires_parameter' function 2021-02-05 16:28:47 -08:00
main.rs route_dispatcher now reflects new hashmap usage over serde_json::Value's 2021-02-05 16:32:03 -08:00
members.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
messages.rs Opting for qs_param to reduce on visual cancer 2021-02-05 16:39:24 -08:00
meta.rs Port now defaults to 4536 and is configurable with -p 2021-02-01 16:47:43 -08:00
perms.rs Inlining helper func for permission checking 2021-02-03 19:31:38 -08:00
routes.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
schema.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00