X-Git-Url: https://git.piment-noir.org/?p=Project_proches_de_moi-server.git;a=blobdiff_plain;f=tests%2Fcurl.txt;fp=tests%2Fcurl.txt;h=6f2d0ac1eff5fe8b5931e21c3c305bc3df0cc917;hp=3798713872e33883cc4ba0bcd3ae7b3decd9bccb;hb=787fc3b74e498cb78f516e372827790ba78920ac;hpb=8629835e06e50277f8868c19ea93f41313c16586 diff --git a/tests/curl.txt b/tests/curl.txt index 3798713..6f2d0ac 100644 --- a/tests/curl.txt +++ b/tests/curl.txt @@ -1,14 +1,14 @@ * Create a user: -curl --request POST http://localhost:8000/api/person/register --data "{ \"firstname\": \"James\", \"lastname\": \"Elbow\", \"email\": \"james@elbow.com\", \"password\": \"FD3CC7719AB1776B81D70B65170D8A51119E127488C106622E0D2E680C1B3FFF\"}" --header "Content-Type: application/json" +curl --request POST http://localhost:8000/api/person/register --data "{ \"firstname\": \"James\", \"lastname\": \"Elbow\", \"email\": \"james@elbow.com\", \"password\": \"FD3CC7719AB1776B81D70B65170D8A51119E127488C106622E0D2E680C1B3FFF\" }" --header "Content-Type: application/json" * Delete a user with id 1: curl --request DELETE http://localhost:8000/api/person/1 * Update a user with id 1: -curl --request PUT http://localhost:8000/api/person/1 --data "{ \"firstname\": \"Jamesson\", \"lastname\": \"Elbow\", \"email\": \"james@elbow.com\"}" --header "Content-Type: application/json" +curl --request PUT http://localhost:8000/api/person/1 --data "{ \"firstname\": \"Jamesson\", \"lastname\": \"Elbow\", \"email\": \"james@elbow.com\" }" --header "Content-Type: application/json" * Update/add a user with id 1 localisation: -curl --request POST http://localhost:8000/api/person/1/localisation --data "{ \"timestamp\": \"$(date --iso-8601=seconds)\", \"latitude\": \"43.23\", \"longitude\": \"5.43\"}" --header "Content-Type: application/json" +curl --request POST http://localhost:8000/api/person/1/localisation --data "{ \"timestamp\": \"$(date --iso-8601=seconds)\", \"latitude\": \"43.23\", \"longitude\": \"5.43\" }" --header "Content-Type: application/json" * Update a user online status: curl --request PUT http://localhost:8000/api/person/1/online