-
[POST] users/register/
- req.body.json = { "userName" , "password" }
-
[POST] users/login/
- req.body.json = { "userName": string , "password": string }
-
[GET] sequence/?pageSize=3&page=1
- res.body.json = {sequences:[ {"name": sting, "pictograms": number[idPictogram], "id": string, "privately": false }]}
-
[GET] sequence/:id
-
req.athoritzation? = "Bearer validateToken"
-
res.body.json = {"sequence": { "name", "pictograms", "privately", "owner", "id"}}
-
-
[GET] sequence/create/
-
req.athoritzation = "Bearer validateToken"
-
req.body.json = {"name": sting, "pictograms": number[idPictogram], "id": string, "privately": boolean}
-
res.body.json = {"sequence": { "name", "pictograms", "privately", "owner", "id"}}
-
-
[GET] sequence/owner/
-
req.athoritzation = "Bearer validateToken"
-
res.body.json = { "sequences": {"userName", "sequencesCreate": [{"name"", "pictograms": [idPictograms], "privately", "owner", "id"}] "id"} }
-
-
[DELETE] sequence/delete/:id
-
req.athoritzation = "Bearer validateToken"
-
res.body.json = { message: "Sequence has been deleted" }
-
-
[PUT] sequences/update/:id
-
req.athoritzation = "Bearer validateToken"
-
req.body.json = {"name": sting, "pictograms": number[idPictogram], "id": string, "privately": boolean}
-
res.body.json = {"sequence": { "name", "pictograms", "privately", "owner", "id"}}
-
-
Notifications
You must be signed in to change notification settings - Fork 0
rtrepis/saq-saac-back
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