freechat/json-api
shockrah 16276c97e0 Moving option parameters to the query string
Large payloads will remain the body as those are typically required for post endpoints such as /message/send
2021-02-10 23:18:24 -08:00
..
.vscode Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
client-tests * switching to building options in query string 2021-02-10 23:16:19 -08:00
db removing unused redis dependancy 2021-02-10 18:20:28 -08:00
migrations Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
scripts Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
src Moving option parameters to the query string 2021-02-10 23:18:24 -08:00
.env Port now defaults to 4536 and is configurable with -p 2021-02-01 16:47:43 -08:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
build.sh Using virtualenv python interpreter from now on 2021-02-10 23:16:41 -08:00
Cargo.lock removing unused redis dependancy 2021-02-10 18:20:28 -08:00
Cargo.toml Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
endpoints.md Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
hmac.secret Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00