matilda002 / FollowTheLight

1 stars 0 forks source link

REST / API commands #18

Open matilda002 opened 5 months ago

lwcsharp commented 4 months ago

API COMMANDS:

---> automatisk get curl localhost:3000/info

curl -X GET localhost:3000/gameplay -d "[username]" curl -X GET localhost:3000/chat

---> automatisk post curl localhost:3000/register -d "[username]",[role]"

curl -X POST localhost:3000/gameplay -d "[username],[choice}" curl -X POST localhost:3000/chat -d "[username],[message]"