{"info":{"_postman_id":"ba6a8a60-dc1b-47c3-a8e6-e1a7d9331f8f","name":"YouTube-Proxy-Api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"16798044","collectionId":"ba6a8a60-dc1b-47c3-a8e6-e1a7d9331f8f","publishedId":"UzQxNjVZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-19T05:32:04.000Z"},"item":[{"name":"get api key","event":[{"listen":"test","script":{"id":"256c6ec1-dc2e-4c94-8822-20eb6ca95c2f","exec":["const res = pm.response.json();","pm.environment.set(\"api_key\", res.key);"],"type":"text/javascript"}}],"id":"6d47297d-b5f8-49c4-b894-c02b609f1f8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_key}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api-key","urlObject":{"path":["api-key"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d47297d-b5f8-49c4-b894-c02b609f1f8b"},{"name":"get all videos","id":"16dd1028-d6df-419b-8235-26a7ff931dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_key}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/video?page=2&size=3","urlObject":{"path":["video"],"host":["{{host}}"],"query":[{"key":"page","value":"2"},{"key":"size","value":"3"}],"variable":[]}},"response":[],"_postman_id":"16dd1028-d6df-419b-8235-26a7ff931dd2"},{"name":"search by video title","id":"77c41629-4a03-4cda-bfe9-f9a658ab3691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_key}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/video/search/{{description}}/?page=1&size=10","urlObject":{"path":["video","search","{{description}}",""],"host":["{{host}}"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"77c41629-4a03-4cda-bfe9-f9a658ab3691"},{"name":"add videos","id":"f98a20b2-9300-4417-974e-bb6c241fc600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_key}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{host}}/video?keyword={{title}}&iterations=2","urlObject":{"path":["video"],"host":["{{host}}"],"query":[{"key":"keyword","value":"{{title}}"},{"key":"iterations","value":"2"}],"variable":[]}},"response":[],"_postman_id":"f98a20b2-9300-4417-974e-bb6c241fc600"}]}