1
+ {
2
+ "info" : {
3
+ "_postman_id" : " fa2b0741-c606-46a2-a4fa-6943d969fc94" ,
4
+ "name" : " gin" ,
5
+ "schema" : " https://schema.getpostman.com/json/collection/v2.1.0/collection.json" ,
6
+ "_exporter_id" : " 30399582"
7
+ },
8
+ "item" : [
9
+ {
10
+ "name" : " create" ,
11
+ "request" : {
12
+ "method" : " POST" ,
13
+ "header" : [],
14
+ "body" : {
15
+ "mode" : " raw" ,
16
+ "raw" : " {\r\n \" Name\" : \" vinod\" ,\r\n \" Location\" : \" ddd\" ,\r\n \" Title\" : \" vinod\"\r\n }" ,
17
+ "options" : {
18
+ "raw" : {
19
+ "language" : " json"
20
+ }
21
+ }
22
+ },
23
+ "url" : {
24
+ "raw" : " http://localhost:3001/user" ,
25
+ "protocol" : " http" ,
26
+ "host" : [
27
+ " localhost"
28
+ ],
29
+ "port" : " 3001" ,
30
+ "path" : [
31
+ " user"
32
+ ]
33
+ }
34
+ },
35
+ "response" : []
36
+ },
37
+ {
38
+ "name" : " update" ,
39
+ "request" : {
40
+ "method" : " PUT" ,
41
+ "header" : [],
42
+ "body" : {
43
+ "mode" : " raw" ,
44
+ "raw" : " {\r\n \" Name\" : \" vinod test\" ,\r\n \" Location\" : \" ddd test\" ,\r\n \" Title\" : \" vinod\"\r\n }" ,
45
+ "options" : {
46
+ "raw" : {
47
+ "language" : " json"
48
+ }
49
+ }
50
+ },
51
+ "url" : {
52
+ "raw" : " http://localhost:3001/user/65af7714d994f3f0953c5cb5" ,
53
+ "protocol" : " http" ,
54
+ "host" : [
55
+ " localhost"
56
+ ],
57
+ "port" : " 3001" ,
58
+ "path" : [
59
+ " user" ,
60
+ " 65af7714d994f3f0953c5cb5"
61
+ ]
62
+ }
63
+ },
64
+ "response" : []
65
+ },
66
+ {
67
+ "name" : " get user" ,
68
+ "protocolProfileBehavior" : {
69
+ "disableBodyPruning" : true
70
+ },
71
+ "request" : {
72
+ "method" : " GET" ,
73
+ "header" : [],
74
+ "body" : {
75
+ "mode" : " raw" ,
76
+ "raw" : " {\r\n \" rollNo\" : 175,\r\n \" maths\" :80,\r\n \" science\" : 90,\r\n \" computer\" :95\r\n }" ,
77
+ "options" : {
78
+ "raw" : {
79
+ "language" : " json"
80
+ }
81
+ }
82
+ },
83
+ "url" : {
84
+ "raw" : " http://localhost:3001/user/65af7714d994f3f0953c5cb5" ,
85
+ "protocol" : " http" ,
86
+ "host" : [
87
+ " localhost"
88
+ ],
89
+ "port" : " 3001" ,
90
+ "path" : [
91
+ " user" ,
92
+ " 65af7714d994f3f0953c5cb5"
93
+ ]
94
+ }
95
+ },
96
+ "response" : []
97
+ },
98
+ {
99
+ "name" : " delete" ,
100
+ "request" : {
101
+ "method" : " DELETE" ,
102
+ "header" : [],
103
+ "body" : {
104
+ "mode" : " raw" ,
105
+ "raw" : " {\r\n \" rollNo\" : 175,\r\n \" maths\" :80,\r\n \" science\" : 90,\r\n \" computer\" :95\r\n }" ,
106
+ "options" : {
107
+ "raw" : {
108
+ "language" : " json"
109
+ }
110
+ }
111
+ },
112
+ "url" : {
113
+ "raw" : " http://localhost:3001/user/65af7714d994f3f0953c5cb5" ,
114
+ "protocol" : " http" ,
115
+ "host" : [
116
+ " localhost"
117
+ ],
118
+ "port" : " 3001" ,
119
+ "path" : [
120
+ " user" ,
121
+ " 65af7714d994f3f0953c5cb5"
122
+ ]
123
+ }
124
+ },
125
+ "response" : []
126
+ },
127
+ {
128
+ "name" : " get user list" ,
129
+ "protocolProfileBehavior" : {
130
+ "disableBodyPruning" : true
131
+ },
132
+ "request" : {
133
+ "method" : " GET" ,
134
+ "header" : [],
135
+ "body" : {
136
+ "mode" : " raw" ,
137
+ "raw" : " {\r\n \" rollNo\" : 175,\r\n \" maths\" :80,\r\n \" science\" : 90,\r\n \" computer\" :95\r\n }" ,
138
+ "options" : {
139
+ "raw" : {
140
+ "language" : " json"
141
+ }
142
+ }
143
+ },
144
+ "url" : {
145
+ "raw" : " http://localhost:3001/users" ,
146
+ "protocol" : " http" ,
147
+ "host" : [
148
+ " localhost"
149
+ ],
150
+ "port" : " 3001" ,
151
+ "path" : [
152
+ " users"
153
+ ]
154
+ }
155
+ },
156
+ "response" : []
157
+ }
158
+ ]
159
+ }
0 commit comments