From bec0f65a315bb8cebe2a74035ebef37c86eb5449 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 7 Feb 2019 02:45:52 +0100 Subject: new model, see the wiki for a description how this all works --- test.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..6548ccf --- /dev/null +++ b/test.sh @@ -0,0 +1,4 @@ +curl -X POST http://localhost:8081/deleteStars +curl -X POST http://localhost:8081/deleteNodes +curl -X POST --data "w=1000" http://localhost:8081/new +curl -X POST --data "x=10&y=20&vx=0.1&vy=0.3&m=100&index=1" http://localhost:8081/insertStar -- cgit 1.4.1