-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.txt
43 lines (34 loc) · 794 Bytes
/
schema.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
- login
(GET, POST)
- luoghi
(GET, POST)
GET:
ricevi tutti i luoghi che esistono sulla piattaforma
POST:
aggiungi un luogo, (approvato = 0)
- animals
(GET, POST)
GET:
ricevere tutti gli animali di un utente specifico
POST:
inserisci un animale a un utente specifico
- register
(POST)
POST:
aggiungi un utente (email, username, password)
- logout
(POST)
POST:
chiudi la sessione utente
- servizi-preferiti
(GET, POST)
GET:
ricevi tutti i luoghi preferiti di un utente identificato tramite id
POST:
aggiungi ai preferiti di un utente identificato tramite id un luogo identificato tramite id
- promemoria
(GET, POST)
GET:
riceve tutti i promemoria di un utente identificato tramite id
POST:
inserire un promemoria a un animale identificato tramite id