Rest api Resources
This commit is contained in:
16
src/main/resources/restApi.txt
Normal file
16
src/main/resources/restApi.txt
Normal file
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user