{"info":{"_postman_id":"e6e012b5-6085-460f-abb4-6ba71251b044","name":"Proyecto7","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>This is an API that replicates the functionality of a music app. You can create music, create and manage playlists and add songs to them . Users can create accounts and log in.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>GET, PUT &amp; POST methods enabled.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Login &amp; Token.</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>Not tested yet. (In case something goes wrong, blame the developers!)</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>No rate limits for now.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"25056232","collectionId":"e6e012b5-6085-460f-abb4-6ba71251b044","publishedId":"2s8ZDa1M2W","public":true,"customColor":{"top-bar":"e5e5e5","right-sidebar":"14213d","highlight":"Fca311"},"publishDate":"2023-01-22T17:06:53.000Z"},"item":[{"name":"http://localhost:8000/api/v1/song","id":"1c8ec179-072e-4dc7-8404-4f8c134a457d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/song","description":"<p>Get list of all songs</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","song"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"efc59848-12a6-4525-a0a3-33df742601e5","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/song"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1c8ec179-072e-4dc7-8404-4f8c134a457d"},{"name":"http://localhost:8000/api/v1/song/{id}","id":"b3dfb538-74ce-4575-8c3d-0fb5057ad112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/song/{id}","description":"<p>Returns specific song given an id</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","song","{id}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"91d7a893-e224-4399-ae19-cfa6eb004dd2","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/song/{id}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b3dfb538-74ce-4575-8c3d-0fb5057ad112"},{"name":"http://localhost:8000/api/v1/song","id":"b61578a1-dc3e-43b1-8728-f9f5aa09a7fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/song","description":"<p>Create a new song</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","song"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a1912ae3-a089-4783-a0d6-e1fad1796591","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/song"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b61578a1-dc3e-43b1-8728-f9f5aa09a7fa"},{"name":"http://localhost:8000/api/v1/users/get","id":"62f02809-729d-4b57-8cd1-b1e62409ce8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/users/get","description":"<p>Get list of all users</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","users","get"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"34fa1953-d9b8-4493-bf26-a89b74ff7c59","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/users/get"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"62f02809-729d-4b57-8cd1-b1e62409ce8b"},{"name":"http://localhost:8000/api/v1/users/signup","id":"ac4b635a-7401-49ed-9aeb-2cb86a2553ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/users/signup","description":"<p>Create a new account</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"06593d72-97ab-4852-890a-fd8eb58a5f9d","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/users/signup"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ac4b635a-7401-49ed-9aeb-2cb86a2553ea"},{"name":"http://localhost:8000/api/v1/users/login","id":"7eac0c0a-5e74-4530-92e1-dfe4b53ab7d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/users/login","description":"<p>Log in, returns a Token key</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"09bb502e-ddfa-4a15-b748-02b2fdf73f8f","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/users/login"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7eac0c0a-5e74-4530-92e1-dfe4b53ab7d0"},{"name":"http://localhost:8000/api/v1/playlist","id":"deaa9210-f280-431d-80c6-29b6e8314841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/playlist","description":"<p>Get list of all playlists</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","playlist"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fdda507a-886e-4646-ab84-506e3ecfa698","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/playlist"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"deaa9210-f280-431d-80c6-29b6e8314841"},{"name":"http://localhost:8000/api/v1/playlist","id":"b62ef3ff-db08-4783-8834-e4570c7d38bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/playlist","description":"<p>Create a new playlist</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","playlist"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e2f8f452-267c-449c-aef5-d0ba3ea0475b","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/playlist"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b62ef3ff-db08-4783-8834-e4570c7d38bc"},{"name":"http://localhost:8000/api/v1/playlist/addsong","id":"f4825db8-2ae3-472d-9082-279557c828bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/playlist/addsong","description":"<p>Update songs list in playlist</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","v1","playlist","addsong"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cfc917b6-524b-4be8-ac4e-94aa5cf1631c","name":"Default","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8000/api/v1/playlist/addsong"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f4825db8-2ae3-472d-9082-279557c828bf"}]}