diff --git a/src/main/resources/restApi.txt b/src/main/resources/restApi.txt new file mode 100644 index 0000000..4265960 --- /dev/null +++ b/src/main/resources/restApi.txt @@ -0,0 +1,16 @@ +get: + progetto152/locations + progetto152/location/{location} + progetto152/waypoints/{location} + progetto152/waypoint/{location}/{id} + maybe: + progetto152/user/{user} + progetto152/user/{user}/location + +post: + progetto152/location + progetto152/waypoint + maybe: + progetto152/user + progetto152/user/{user}/location +