-
Notifications
You must be signed in to change notification settings - Fork 13
/
Movies.json.postman_collection
93 lines (93 loc) · 2.44 KB
/
Movies.json.postman_collection
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"id": "148f2057-b50a-8f31-1edc-91ed8a5349cf",
"name": "Movies",
"description": "",
"order": [
"03772483-833e-62af-654d-b03c3da611d0",
"0b813e46-e93e-3dc5-a8d1-c0ccce1999c8",
"fca34a58-4751-df42-0dfa-9ad89ca86ac9",
"7700364e-ca41-bcde-1308-9166631018e0"
],
"folders": [],
"timestamp": 1469463175203,
"owner": 0,
"public": false,
"hasRequests": true,
"requests": [
{
"id": "03772483-833e-62af-654d-b03c3da611d0",
"headers": "Content-Type: application/json\n",
"url": "{{moviesHost}}/movies/",
"preRequestScript": null,
"pathVariables": {},
"method": "POST",
"data": [],
"dataMode": "raw",
"version": 2,
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1476888135363,
"name": "Create",
"description": "",
"collectionId": "148f2057-b50a-8f31-1edc-91ed8a5349cf",
"responses": [],
"rawModeData": "{\n \"title\": \"Interstelar\",\n \"year\": 2010,\n \"director\": \"Christopher Nolan\"\n}"
},
{
"id": "0b813e46-e93e-3dc5-a8d1-c0ccce1999c8",
"headers": "",
"url": "{{moviesHost}}/movies/1",
"preRequestScript": null,
"pathVariables": {},
"method": "GET",
"data": null,
"dataMode": "params",
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1476887139598,
"name": "Get",
"description": "",
"collectionId": "148f2057-b50a-8f31-1edc-91ed8a5349cf",
"responses": []
},
{
"id": "7700364e-ca41-bcde-1308-9166631018e0",
"headers": "",
"url": "{{moviesHost}}/movies/1",
"preRequestScript": null,
"pathVariables": {},
"method": "DELETE",
"data": null,
"dataMode": "params",
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1476887132836,
"name": "Delete",
"description": "",
"collectionId": "148f2057-b50a-8f31-1edc-91ed8a5349cf",
"responses": []
},
{
"id": "fca34a58-4751-df42-0dfa-9ad89ca86ac9",
"headers": "Content-Type: application/json\n",
"url": "{{moviesHost}}/movies/1",
"preRequestScript": null,
"pathVariables": {},
"method": "PATCH",
"data": [],
"dataMode": "raw",
"tests": null,
"currentHelper": "normal",
"helperAttributes": {},
"time": 1476887128747,
"name": "Update",
"description": "",
"collectionId": "148f2057-b50a-8f31-1edc-91ed8a5349cf",
"responses": [],
"rawModeData": "{\n \"title\": \"Interstellar\",\n \"year\": 2014,\n \"director\": \"Christopher Nolan\"\n}"
}
]
}