🗃️ Update Postman collection

pull/12/head
Alexis Drai 2 years ago
parent 1326501f44
commit 34ee915ceb

@ -258,7 +258,7 @@
"response": [] "response": []
}, },
{ {
"name": "Get all pkmn by nickname", "name": "Get many pkmn by nickname",
"request": { "request": {
"method": "GET", "method": "GET",
"header": [], "header": [],
@ -279,7 +279,7 @@
"response": [] "response": []
}, },
{ {
"name": "Gat all pkmn by date interval", "name": "Get many pkmn by date interval",
"request": { "request": {
"method": "GET", "method": "GET",
"header": [], "header": [],
@ -299,6 +299,26 @@
} }
}, },
"response": [] "response": []
},
{
"name": "Get mapping of all pkmn count by evo stage",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/pokemong/count-by-evo-stage",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"pokemong",
"count-by-evo-stage"
]
}
},
"response": []
} }
] ]
}, },

Loading…
Cancel
Save