-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrequestMovies.rest
78 lines (47 loc) · 1.04 KB
/
requestMovies.rest
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
POST http://localhost:3000/movies
Content-Type: application/json
{
"id": 11,
"title": "Curso Back-End Web 2"
}
###########
GET http://localhost:3000/lukesoytupadre
###########
GET https://api-movies-rgl.herokuapp.com/rutas/?origen=BCN&&destino=MOW
... body {
[{ori,destino, airport, avion},{ori,de}]
}
############
GET https://api-movies-rgl.herokuapp.com/users/misRutas
Authorization:
POST https://api-movies-rgl.herokuapp.com/users/misRutas
Authorization: token
{
[{ori,destino, airport, avion},{ori,de}]
}
GET http://localhost:3000/holapaola
############
GET http://localhost:3000/movies/1
############
DELETE http://localhost:3000/movies/2
############
DELETE http://localhost:3000/movies/
Content-Type: application/json
{
"id": 1
}
############
PUT http://localhost:3000/movies/1
Content-Type: application/json
{
"id": 1,
"title": "Curso Back-End Web"
}
##########
DELETE http://localhost:3000/movies
Content-Type: application/json
Authorization:
{
"id":1
}
GET http://..../routes/m