Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 552 Bytes

File metadata and controls

32 lines (24 loc) · 552 Bytes

Stazeni

git clone https://github.com/1coro/test.git test

Instalace

cd test
docker-compose up

Testy

Vlozeni zaznamu:

curl -H "Content-Type: application/json" \
  --request POST \
  --data '{"method": "insert", "params": {"id_hry": 10, "id_usera": 15, "score": "99"}, "id":1}' \
  http://localhost:8088/api/score

Vypis skore:

curl -H "Content-Type: application/json" \
  --request POST \
  --data '{"method": "list", "params": {"id_hry": 10}, "id":1}' \
  http://localhost:8088/api/top