|
2 | 2 | "variables": [],
|
3 | 3 | "info": {
|
4 | 4 | "name": "CourseAPI-PROD",
|
5 |
| - "_postman_id": "24b0de1e-b4a7-acfb-0780-493752bb4f1e", |
| 5 | + "_postman_id": "4d73314a-8fa9-7970-764e-13b6885a2895", |
6 | 6 | "description": "https://github.com/SwarnadeepGhosh/Java-Backend/tree/master/CourseAPI-Spring-Starter",
|
7 | 7 | "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
|
8 | 8 | },
|
|
14 | 14 | {
|
15 | 15 | "name": "GetAllCourse By Topic",
|
16 | 16 | "request": {
|
17 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/java/courses", |
| 17 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/java/courses", |
18 | 18 | "method": "GET",
|
19 | 19 | "header": [],
|
20 |
| - "body": {}, |
| 20 | + "body": { |
| 21 | + "mode": "raw", |
| 22 | + "raw": "" |
| 23 | + }, |
21 | 24 | "description": "We will get all courses associated with one topic."
|
22 | 25 | },
|
23 | 26 | "response": []
|
24 | 27 | },
|
25 | 28 | {
|
26 | 29 | "name": "Add a Course",
|
27 | 30 | "request": {
|
28 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/java/courses", |
| 31 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/java/courses", |
29 | 32 | "method": "POST",
|
30 | 33 | "header": [
|
31 | 34 | {
|
|
45 | 48 | {
|
46 | 49 | "name": "Get a Course for a Topic",
|
47 | 50 | "request": {
|
48 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-streams", |
| 51 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-streams", |
49 | 52 | "method": "GET",
|
50 | 53 | "header": [],
|
51 |
| - "body": {}, |
| 54 | + "body": { |
| 55 | + "mode": "raw", |
| 56 | + "raw": "" |
| 57 | + }, |
52 | 58 | "description": ""
|
53 | 59 | },
|
54 | 60 | "response": []
|
55 | 61 | },
|
56 | 62 | {
|
57 | 63 | "name": "Update (PUT) a Course",
|
58 | 64 | "request": {
|
59 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-streams", |
| 65 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-streams", |
60 | 66 | "method": "PUT",
|
61 | 67 | "header": [
|
62 | 68 | {
|
|
76 | 82 | {
|
77 | 83 | "name": "Delete a Course",
|
78 | 84 | "request": {
|
79 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-streams", |
| 85 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-streams", |
80 | 86 | "method": "DELETE",
|
81 | 87 | "header": [
|
82 | 88 | {
|
|
102 | 108 | {
|
103 | 109 | "name": "GetAllLessons By Course",
|
104 | 110 | "request": {
|
105 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-8/lessons", |
| 111 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-8/lessons", |
106 | 112 | "method": "GET",
|
107 | 113 | "header": [],
|
108 |
| - "body": {}, |
| 114 | + "body": { |
| 115 | + "mode": "raw", |
| 116 | + "raw": "" |
| 117 | + }, |
109 | 118 | "description": "We will get all courses associated with one topic."
|
110 | 119 | },
|
111 | 120 | "response": []
|
112 | 121 | },
|
113 | 122 | {
|
114 | 123 | "name": "Add a Lesson",
|
115 | 124 | "request": {
|
116 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-8/lessons", |
| 125 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-8/lessons", |
117 | 126 | "method": "POST",
|
118 | 127 | "header": [
|
119 | 128 | {
|
|
133 | 142 | {
|
134 | 143 | "name": "Get a Lesson for a Course",
|
135 | 144 | "request": {
|
136 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-8/lessons/java-lambda", |
| 145 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-8/lessons/java-lambda", |
137 | 146 | "method": "GET",
|
138 | 147 | "header": [],
|
139 |
| - "body": {}, |
| 148 | + "body": { |
| 149 | + "mode": "raw", |
| 150 | + "raw": "" |
| 151 | + }, |
140 | 152 | "description": ""
|
141 | 153 | },
|
142 | 154 | "response": []
|
143 | 155 | },
|
144 | 156 | {
|
145 | 157 | "name": "Update (PUT) a Lesson",
|
146 | 158 | "request": {
|
147 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-8/lessons/java-lambda", |
| 159 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-8/lessons/java-lambda", |
148 | 160 | "method": "PUT",
|
149 | 161 | "header": [
|
150 | 162 | {
|
|
164 | 176 | {
|
165 | 177 | "name": "Delete a Lesson",
|
166 | 178 | "request": {
|
167 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-8/lessons/java-collection", |
| 179 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/java/courses/java-8/lessons/java-collection", |
168 | 180 | "method": "DELETE",
|
169 | 181 | "header": [
|
170 | 182 | {
|
|
190 | 202 | {
|
191 | 203 | "name": "List All Topics /topics",
|
192 | 204 | "request": {
|
193 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics", |
| 205 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics", |
194 | 206 | "method": "GET",
|
195 | 207 | "header": [],
|
196 |
| - "body": {}, |
| 208 | + "body": { |
| 209 | + "mode": "raw", |
| 210 | + "raw": "" |
| 211 | + }, |
197 | 212 | "description": "List all topics"
|
198 | 213 | },
|
199 | 214 | "response": []
|
200 | 215 | },
|
201 | 216 | {
|
202 | 217 | "name": "Get One Topic /topics/id",
|
203 | 218 | "request": {
|
204 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/js", |
| 219 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/js", |
205 | 220 | "method": "GET",
|
206 | 221 | "header": [],
|
207 |
| - "body": {}, |
| 222 | + "body": { |
| 223 | + "mode": "raw", |
| 224 | + "raw": "" |
| 225 | + }, |
208 | 226 | "description": "Get a specific topics"
|
209 | 227 | },
|
210 | 228 | "response": []
|
211 | 229 | },
|
212 | 230 | {
|
213 | 231 | "name": "POST (Add a topic) /topics",
|
214 | 232 | "request": {
|
215 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics", |
| 233 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics", |
216 | 234 | "method": "POST",
|
217 | 235 | "header": [
|
218 | 236 | {
|
|
232 | 250 | {
|
233 | 251 | "name": "PUT (Update) /topics/id",
|
234 | 252 | "request": {
|
235 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/js", |
| 253 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/js", |
236 | 254 | "method": "PUT",
|
237 | 255 | "header": [
|
238 | 256 | {
|
|
252 | 270 | {
|
253 | 271 | "name": "Delete a topic /topics/id",
|
254 | 272 | "request": {
|
255 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/topics/javaee", |
| 273 | + "url": "https://courseapi-spring-boot.herokuapp.com/topics/javaee", |
256 | 274 | "method": "DELETE",
|
257 | 275 | "header": [],
|
258 |
| - "body": {}, |
| 276 | + "body": { |
| 277 | + "mode": "raw", |
| 278 | + "raw": "" |
| 279 | + }, |
259 | 280 | "description": "Deletes the specific topic"
|
260 | 281 | },
|
261 | 282 | "response": []
|
|
269 | 290 | {
|
270 | 291 | "name": "All links Actuator",
|
271 | 292 | "request": {
|
272 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/actuator", |
| 293 | + "url": "https://courseapi-spring-boot.herokuapp.com/actuator", |
273 | 294 | "method": "GET",
|
274 | 295 | "header": [],
|
275 | 296 | "body": {},
|
|
280 | 301 | {
|
281 | 302 | "name": "Health",
|
282 | 303 | "request": {
|
283 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/actuator/health", |
| 304 | + "url": "https://courseapi-spring-boot.herokuapp.com/actuator/health", |
284 | 305 | "method": "GET",
|
285 | 306 | "header": [],
|
286 | 307 | "body": {},
|
|
291 | 312 | {
|
292 | 313 | "name": "Beans Health",
|
293 | 314 | "request": {
|
294 |
| - "url": "http://courseapi-spring-boot.herokuapp.com/beans", |
| 315 | + "url": "https://courseapi-spring-boot.herokuapp.com/beans", |
295 | 316 | "method": "GET",
|
296 | 317 | "header": [],
|
297 |
| - "body": {}, |
| 318 | + "body": { |
| 319 | + "mode": "raw", |
| 320 | + "raw": "" |
| 321 | + }, |
| 322 | + "description": "" |
| 323 | + }, |
| 324 | + "response": [] |
| 325 | + } |
| 326 | + ] |
| 327 | + }, |
| 328 | + { |
| 329 | + "name": "Swagger - Document APIs", |
| 330 | + "description": "", |
| 331 | + "item": [ |
| 332 | + { |
| 333 | + "name": "API-Docs", |
| 334 | + "request": { |
| 335 | + "url": "https://courseapi-spring-boot.herokuapp.com/v2/api-docs", |
| 336 | + "method": "GET", |
| 337 | + "header": [], |
| 338 | + "body": { |
| 339 | + "mode": "raw", |
| 340 | + "raw": "" |
| 341 | + }, |
| 342 | + "description": "" |
| 343 | + }, |
| 344 | + "response": [] |
| 345 | + }, |
| 346 | + { |
| 347 | + "name": "Swagger UI", |
| 348 | + "request": { |
| 349 | + "url": "https://courseapi-spring-boot.herokuapp.com/swagger-ui.html", |
| 350 | + "method": "GET", |
| 351 | + "header": [], |
| 352 | + "body": { |
| 353 | + "mode": "raw", |
| 354 | + "raw": "" |
| 355 | + }, |
298 | 356 | "description": ""
|
299 | 357 | },
|
300 | 358 | "response": []
|
|
0 commit comments