{"info":{"_postman_id":"ebbcf5e3-c311-4622-a5a0-235c9cf765e6","name":"REST API basics: CRUD, test & variable","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"28340078","collectionId":"ebbcf5e3-c311-4622-a5a0-235c9cf765e6","publishedId":"2s9YyqiN5s","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-27T17:07:53.000Z"},"item":[{"name":"list","event":[{"listen":"test","script":{"id":"003e0160-f117-46f1-8e73-75fd3f5cb05c","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"215ecd47-c22d-40c1-8c29-3dc8d5988240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://youtube.anys34.com/list","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"https","path":["list"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"215ecd47-c22d-40c1-8c29-3dc8d5988240"},{"name":"save list","id":"ad455708-64e8-4e5c-8867-ef1ae1766bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": \"1\",\n    \"title\": \"동대문 역사 몰라\",\n    \"contents\": \"아 몰라 몰라 몰라 몰라 아무것도 모르겠어 으갸갸갹\",\n    \"address\": \"지구 어딘가\",\n    \"hashtags\": [\n        \"동대문\",\n        \"지구안\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://youtube.anys34.com/save","urlObject":{"protocol":"https","path":["save"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad455708-64e8-4e5c-8867-ef1ae1766bd9"},{"name":"save comment","id":"04f86730-53b4-491c-b766-d1aa3b1bfdef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"comment\": \"너무 너무 좋아요\"\n}","options":{"raw":{"language":"json"}}},"url":"https://youtube.anys34.com/comment","urlObject":{"protocol":"https","path":["comment"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"04f86730-53b4-491c-b766-d1aa3b1bfdef"},{"name":"get comment","id":"a723cf51-25a6-44b9-90a6-a7c4c6af8b49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://youtube.anys34.com/comment/1","urlObject":{"protocol":"https","path":["comment","1"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a723cf51-25a6-44b9-90a6-a7c4c6af8b49"},{"name":"login","id":"d274f9e3-59c5-4893-b091-c4d7ff74a5eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": \"anys34\",\n    \"password\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"https://youtube.anys34.com/login","urlObject":{"protocol":"https","path":["login"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d274f9e3-59c5-4893-b091-c4d7ff74a5eb"},{"name":"signin","id":"db13cf86-7955-492d-908f-6ca833b2e18a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": \"anys34\",\n    \"name\": \"안예성\",\n    \"password\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"https://youtube.anys34.com/signin","urlObject":{"protocol":"https","path":["signin"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db13cf86-7955-492d-908f-6ca833b2e18a"},{"name":"profile","id":"ed23cebc-bf28-4bcb-873b-83242af72d53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://youtube.anys34.com/profile/1","urlObject":{"protocol":"https","path":["profile","1"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed23cebc-bf28-4bcb-873b-83242af72d53"},{"name":"uploadImg","id":"8b9bdfbf-cd25-4b32-ad68-e228bf5598c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"1","type":"text"},{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/an-yeseong/Desktop/thumbnail/thumb (2).jpeg"],"src":"/Users/an-yeseong/Desktop/thumbnail/thumb (2).jpeg"}]},"url":"https://youtube.anys34.com/picture","urlObject":{"protocol":"https","path":["picture"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b9bdfbf-cd25-4b32-ad68-e228bf5598c2"},{"name":"timeline save","id":"8774ce4e-47b5-4dbb-8bb1-d9c9802c6641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": \"1\",\n    \"title\": \"나만의 여행 타임라인\",\n    \"date\": \"20230101\",\n    \"hashtag\": [\n        \"럭셔리\",\n        \"가족\",\n        \"휴식\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://youtube.anys34.com/timeline/save","urlObject":{"protocol":"https","path":["timeline","save"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8774ce4e-47b5-4dbb-8bb1-d9c9802c6641"},{"name":"timeline get","id":"1548a665-09cd-4bc6-9f49-bb908e465e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://youtube.anys34.com/timeline/list/1","urlObject":{"protocol":"https","path":["timeline","list","1"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1548a665-09cd-4bc6-9f49-bb908e465e3a"},{"name":"spot","id":"337c47ee-9e71-47ba-a46e-f003470cb039","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"spotId\": [\n        \"1\",\n        \"2\",\n        \"4\"\n    ],\n    \"timelineId\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://youtube.anys34.com/timeline/spot","urlObject":{"protocol":"https","path":["timeline","spot"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"337c47ee-9e71-47ba-a46e-f003470cb039"},{"name":"timeline Info","id":"c68f337f-e81d-4f47-818b-ab884892794a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://youtube.anys34.com/timeline/1","urlObject":{"protocol":"https","path":["timeline","1"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c68f337f-e81d-4f47-818b-ab884892794a"},{"name":"place info","id":"47ec6da1-e232-467c-9646-681b1d088434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://youtube.anys34.com/list/1","urlObject":{"protocol":"https","path":["list","1"],"host":["youtube","anys34","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"47ec6da1-e232-467c-9646-681b1d088434"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""]}},{"listen":"test","script":{"type":"text/javascript","exec":[""]}}],"variable":[{"id":"315bf25a-2778-43f1-a62d-4e62d71d92d4","key":"id","value":"1"},{"id":"ecfe1aee-5d14-444d-9176-182a19d022ee","key":"base_url","value":"https://postman-rest-api-learner.glitch.me/"}]}