POST
/api/users/register
- passbody = {email: "<email>", password: "<password>"}
POST
/api/users/login
- passbody = {email: "<email>", password: "<password>"}
PATCH
/api/users
- passjwt-token
asAuthorization
header,body = {password: "<password>", newPassword:"<newPassword>"}
DELETE
/api/users?id=<id>
- passjwt-token
asAuthorization
header,body = {password: "<password>", newPassword:"<newPassword>"}
GET
/api/tasks?userId=<userId>
- passjwt-token
asAuthorization
headerPOST
/api/tasks?userId=<userId>
- passjwt-token
asAuthorization
header,body = {data: "<todo-note>"}
PATCH
/api/tasks?userId=<userId>&id=<taskId>
- passjwt-token
asAuthorization
header,body = {data: "<new-todo-note>"}
DELETE
/api/tasks?userId=<userId>&id=<taskId>
- passjwt-token
asAuthorization
header
-
Notifications
You must be signed in to change notification settings - Fork 0
anton-patrushev/multithreaded-http-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published