freechat/json-api/client-tests
shockrah c443b9bb07 + More tests for the /neighbor/add and /neighbor/list routes
These are baseline tests however a new /neighbor/remove & /neighbor/edit route should be edited before I call this done on the roadmap.
Also some more intense testing around these current routes is required.
Mostly because the expectation that JSON is being sent  to us in /neighbor/add
It could be worth the effort to send this data as json in the body
! Currently parameters are sent via the query string is in line with how most routes behave
For this route is just feels weird dealing with al the issues with json in the query string
2021-05-09 23:11:51 -07:00
..
__init__.py Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
.ycm_extra_conf.py +Adding new tests for /members/me/nickname 2021-02-21 18:52:35 -08:00
config.py * Changin public_url & public_ws_url to shorter url & wsurl respectively 2021-05-09 23:08:55 -07:00
main.py + More tests for the /neighbor/add and /neighbor/list routes 2021-05-09 23:11:51 -07:00
pyvenv.cfg Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
request.py + More qol like better __str__ methods everywhere 2021-05-08 02:07:32 -07:00
requirements.txt Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00