{"info":{"_postman_id":"023fcfae-c161-45cc-bf3a-46539c6a43ae","name":"badminton-api","description":"<html><head></head><body><p>This is for my public badminton player statistics API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11179943","collectionId":"023fcfae-c161-45cc-bf3a-46539c6a43ae","publishedId":"SzmfYxPA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-05-10T13:45:27.000Z"},"item":[{"name":"Get All Players","event":[{"listen":"test","script":{"id":"eafe3123-36f8-4a0e-8e3b-4b41a3acadab","exec":["pm.test(\"Test if we have received player data\", () => {","    pm.response.to.have.status(200);","})","","pm.test(\"Test if we have received at most 20 players\", () => {","    var jsonData = pm.response.json();","   pm.expect(jsonData.length).to.below(21);","});","","","pm.test(\"Content-Type is JSON\", function () {","    pm.response.to.be.json;","})"],"type":"text/javascript"}}],"id":"06fbec23-9e99-4188-b0b5-cc4ad2440654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://thawing-eyrie-58313.herokuapp.com/api/v1/players?sort=DOB&page=2&rank[gte]=10&prizeMoney[gte]=500000&discipline=MEN'S SINGLES&wins[gt]=100&losses[lt]=100&points[gte]=100000","description":"<p>Use this endpoint to get all the players.\nYou can also sort by a given parameter or filter for players with specific field values.\nSupports pagination.</p>\n","urlObject":{"protocol":"https","path":["api","v1","players"],"host":["thawing-eyrie-58313","herokuapp","com"],"query":[{"description":{"content":"<p>Sort by parameter. Supports sorting by DOB, rank, points, wins, losses, prizeMoney, etc.</p>\n","type":"text/plain"},"key":"sort","value":"DOB"},{"description":{"content":"<p>Pagination. Each page will only display 20 items.</p>\n","type":"text/plain"},"key":"page","value":"2"},{"description":{"content":"<p>Query for rank. Supports gte, lte, gt, lt operators.</p>\n","type":"text/plain"},"key":"rank[gte]","value":"10"},{"description":{"content":"<p>Query for prizeMoney. Supports gte, lte, gt, lt operators.</p>\n","type":"text/plain"},"key":"prizeMoney[gte]","value":"500000"},{"description":{"content":"<p>Query for discipline. Supports either \"MEN'S SINGLES\" OR \"WOMEN'S SINGLES\".</p>\n","type":"text/plain"},"key":"discipline","value":"MEN'S SINGLES"},{"description":{"content":"<p>Query for wins. Supports gte, lte, gt, lt operators.</p>\n","type":"text/plain"},"key":"wins[gt]","value":"100"},{"description":{"content":"<p>Query for losses. Supprots gte, lte, gt, lt operators.</p>\n","type":"text/plain"},"key":"losses[lt]","value":"100"},{"description":{"content":"<p>Query for points. Supprots gte, lte, gt, lt operators.</p>\n","type":"text/plain"},"key":"points[gte]","value":"100000"}],"variable":[]}},"response":[],"_postman_id":"06fbec23-9e99-4188-b0b5-cc4ad2440654"},{"name":"Create Player","event":[{"listen":"test","script":{"id":"4c319116-0425-4220-8def-8f6434a03d03","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Content-Type is JSON\", function () {","    pm.response.to.be.json;","})"],"type":"text/javascript"}}],"id":"f06cabf5-359b-4419-8c63-d069c5f233f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\n    \"rank\": 55,\n    \"country\": \"JPN\",\n    \"name\": \"Kento MOMOToseses\",\n    \"url\": \"https://bwfbadminton.com/player/89785/kento-momota\",\n    \"wins\": 335,\n    \"losses\": 78,\n    \"prizeMoney\": 1250339,\n    \"points\": 109118,\n    \"DOB\": 5,\n    \"lastUpdated\": 5,\n    \"discipline\": \"MEN'S SINGLES\"\n  }","options":{"raw":{"language":"json"}}},"url":"https://thawing-eyrie-58313.herokuapp.com/api/v1/players/","description":"<p>Use this endpoint to create a player and insert them into the database.\nMust follow the playerSchema.</p>\n","urlObject":{"protocol":"https","path":["api","v1","players",""],"host":["thawing-eyrie-58313","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f06cabf5-359b-4419-8c63-d069c5f233f1"},{"name":"Delete Player by ID","event":[{"listen":"test","script":{"id":"c9cdc843-fe6c-4229-b9cb-0d40b5b2419a","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Content-Type is JSON\", function () {","    pm.response.to.be.json;","})"],"type":"text/javascript"}}],"id":"1155ad92-5460-4e5d-a5e1-43029a9146d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://thawing-eyrie-58313.herokuapp.com/api/v1/players/5eb7f7c064dd3e4dca50838c","description":"<p>Use this endpoint to delete a player from the database.</p>\n","urlObject":{"protocol":"https","path":["api","v1","players","5eb7f7c064dd3e4dca50838c"],"host":["thawing-eyrie-58313","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1155ad92-5460-4e5d-a5e1-43029a9146d2"},{"name":"Get Player by ID","id":"c0c1641c-3210-4139-b9b9-a93c38531c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://thawing-eyrie-58313.herokuapp.com/api/v1/players/5eb5759620855e43b5f7a7df","description":"<p>Use this endpoint to get a player by ID.</p>\n","urlObject":{"protocol":"https","path":["api","v1","players","5eb5759620855e43b5f7a7df"],"host":["thawing-eyrie-58313","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0c1641c-3210-4139-b9b9-a93c38531c21"},{"name":"Update Player by ID","id":"6a0558e5-4ada-4185-9db6-3d68ed2f7f2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": 55\n}","options":{"raw":{"language":"json"}}},"url":"https://thawing-eyrie-58313.herokuapp.com/api/v1/players/5eb7f7c064dd3e4dca50838c","description":"<p>Use this endpoint to update a player's data in the database by ID.</p>\n","urlObject":{"protocol":"https","path":["api","v1","players","5eb7f7c064dd3e4dca50838c"],"host":["thawing-eyrie-58313","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a0558e5-4ada-4185-9db6-3d68ed2f7f2f"}]}