{"info":{"_postman_id":"59900bc5-8f3b-4fe0-ab78-1dd0b35c0556","name":"Music App Test","description":"<html><head></head><body><p>Postman documentation about the api usage and examples</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3678249","collectionId":"59900bc5-8f3b-4fe0-ab78-1dd0b35c0556","publishedId":"2s9Y5WyPUr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-25T10:28:42.000Z"},"item":[{"name":"POST TRACK","id":"8a7b1790-9bbf-4c44-9598-128573c85800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"isrc\": \"GBAYE0601498\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/music","description":"<p>Post track into DB using the spotify api, send the IRSC id in order to get</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","music"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a7b1790-9bbf-4c44-9598-128573c85800"},{"name":"GET TRACK BY ISRC","id":"51afbdb2-c8aa-46ae-9e4c-065af970dcbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/music/isrc/:id","description":"<p>Get a track stored on the DB using it's ISRC</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","music","isrc",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"51afbdb2-c8aa-46ae-9e4c-065af970dcbf"},{"name":"GET TRACKS BY NAME - LIKE","id":"3ab31136-2ced-404b-963c-106b15136858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/music/search?match=","description":"<p>Get any match with a seletec combination of characters under the attribute \"title\"</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","music","search"],"host":["localhost"],"query":[{"key":"match","value":""}],"variable":[]}},"response":[],"_postman_id":"3ab31136-2ced-404b-963c-106b15136858"}]}