Postman
18/03/20 danny
Requêtes
Liste de requêtes
GET http://localhost:3000/movies
GET http://localhost:3000/movies/2
POST http://localhost:3000/movies
Body
Pour indiquer des éléments
Body / raw / JSON
Requête POST
{
"name": "Legend"
}
Liste de requêtes
GET http://localhost:3000/movies
GET http://localhost:3000/movies/2
POST http://localhost:3000/movies
Pour indiquer des éléments
Body / raw / JSON
Requête POST
{
"name": "Legend"
}