generated from Arquisoft/lomap_0
-
Notifications
You must be signed in to change notification settings - Fork 1
Location endpoints
Elías Llera García-Riaño edited this page Mar 7, 2023
·
4 revisions
Adds a new location to the user collection
POST - /location
- location:Location - object of type location, location to add
- Collections list updated with the new location
- If the user is not logged in
- If we cannot access the webID of the user
Returns the list of locations from the user
GET - /location
- Collections list updated with the new location
- If the user is not logged in
- If we cannot access the webID of the user