-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi.http
28 lines (18 loc) · 904 Bytes
/
api.http
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
### Criar uma sugestão
POST http://localhost:8080/crud/create.php
Content-Type: application/x-www-form-urlencoded
nome=Erasmo%20Cardoso&[email protected]&whatsapp=%2B55%2011%2099999-9999&suggestion_type=Sugestao&suggestion=Minha%20sugestao%20de%20melhoria!
### Requisição para obter todas as sugestões
GET http://localhost:8080/crud/read.php
Content-Type: application/x-www-form-urlencoded
### Obter sugestão por ID
POST http://localhost:8080/crud/readId.php
Content-Type: application/x-www-form-urlencoded
id=10
### Deletar sugestão por ID
DELETE http://localhost:8080/crud/delete.php?id=5
Accept: application/json
### Atualizar sugestão
PUT http://localhost:8080/crud/edit.php
Content-Type: application/x-www-form-urlencoded
id=10&nome=Nome%20Atualizado&[email protected]&whatsapp=%2B55%2011%2098888-8888&suggestion_type=Critica&suggestion=Atualizacao%20da%20sugestao