This commit is contained in:
dechert
2023-03-30 15:36:02 +02:00
parent add7a566d5
commit 4332a35f4a
20 changed files with 649 additions and 368 deletions

View File

@@ -0,0 +1,102 @@
{
"info": {
"_postman_id": "9c561d84-43c5-4557-924f-d97fbbcf6ee6",
"name": "AoE",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "7683507"
},
"item": [
{
"name": "Liquipedia API",
"item": [
{
"name": "Liquipedia",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://aoe2cm.net/api/draft/SjcLu",
"protocol": "https",
"host": [
"aoe2cm",
"net"
],
"path": [
"api",
"draft",
"SjcLu"
]
}
},
"response": []
}
]
},
{
"name": "Captains Mode API",
"item": [
{
"name": "Get finished Draft",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://aoe2cm.net/api/draft/SjcLu",
"protocol": "https",
"host": [
"aoe2cm",
"net"
],
"path": [
"api",
"draft",
"SjcLu"
]
}
},
"response": []
},
{
"name": "API connections",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://aoe2cm.net/api/connections",
"protocol": "https",
"host": [
"aoe2cm",
"net"
],
"path": [
"api",
"connections"
]
}
},
"response": []
},
{
"name": "Recent Drafts",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://aoe2cm.net/api/recentdrafts",
"protocol": "https",
"host": [
"aoe2cm",
"net"
],
"path": [
"api",
"recentdrafts"
]
}
},
"response": []
}
]
}
]
}