Skip to content

Commit

Permalink
ci: Update Postman Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 25, 2024
1 parent 4640179 commit b566008
Showing 1 changed file with 1 addition and 229 deletions.
230 changes: 1 addition & 229 deletions steam_api_collection.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"_postman_id": "4575b7d8-237c-458d-8972-b5fa0c556369",
"name": "Steam Web API 11.24.2024",
"name": "Steam Web API 11.25.2024",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"description": "Generated from https://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v1\n\nGo ahead and set `key` in your environment variables. You can get a key from: https://steamcommunity.com/dev/apikey"
},
Expand Down Expand Up @@ -2189,89 +2189,6 @@
}
]
},
{
"name": "IEconItems_620",
"item": [
{
"name": "GetPlayerItems",
"request": {
"method": "GET",
"url": {
"protocol": "https",
"host": [
"api",
"steampowered",
"com"
],
"path": [
"IEconItems_620",
"GetPlayerItems",
"v1",
""
],
"query": [
{
"key": "steamid",
"value": "",
"description": "The Steam ID to fetch items for",
"disabled": false
}
]
},
"header": [
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded"
},
{
"key": "x-webapi-key",
"value": "{{key}}"
}
],
"description": ""
}
},
{
"name": "GetSchema",
"request": {
"method": "GET",
"url": {
"protocol": "https",
"host": [
"api",
"steampowered",
"com"
],
"path": [
"IEconItems_620",
"GetSchema",
"v1",
""
],
"query": [
{
"key": "language",
"value": "",
"description": "The language to return the names in. Defaults to returning string keys.",
"disabled": true
}
]
},
"header": [
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded"
},
{
"key": "x-webapi-key",
"value": "{{key}}"
}
],
"description": ""
}
}
]
},
{
"name": "IEconItems_730",
"item": [
Expand Down Expand Up @@ -2877,50 +2794,6 @@
}
]
},
{
"name": "IPortal2Leaderboards_620",
"item": [
{
"name": "GetBucketizedData",
"request": {
"method": "GET",
"url": {
"protocol": "https",
"host": [
"api",
"steampowered",
"com"
],
"path": [
"IPortal2Leaderboards_620",
"GetBucketizedData",
"v1",
""
],
"query": [
{
"key": "leaderboardName",
"value": "",
"description": "The leaderboard name to fetch data for.",
"disabled": false
}
]
},
"header": [
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded"
},
{
"key": "x-webapi-key",
"value": "{{key}}"
}
],
"description": ""
}
}
]
},
{
"name": "ISteamApps",
"item": [
Expand Down Expand Up @@ -4876,107 +4749,6 @@
}
]
},
{
"name": "ITFPromos_620",
"item": [
{
"name": "GetItemID",
"request": {
"method": "GET",
"url": {
"protocol": "https",
"host": [
"api",
"steampowered",
"com"
],
"path": [
"ITFPromos_620",
"GetItemID",
"v1",
""
],
"query": [
{
"key": "steamid",
"value": "",
"description": "The Steam ID to fetch items for",
"disabled": false
},
{
"key": "PromoID",
"value": "",
"description": "The promo ID to grant an item for",
"disabled": false
}
]
},
"header": [
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded"
},
{
"key": "x-webapi-key",
"value": "{{key}}"
}
],
"description": ""
}
},
{
"name": "GrantItem",
"request": {
"method": "POST",
"url": {
"protocol": "https",
"host": [
"api",
"steampowered",
"com"
],
"path": [
"ITFPromos_620",
"GrantItem",
"v1",
""
],
"query": []
},
"header": [
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded"
},
{
"key": "x-webapi-key",
"value": "{{key}}"
}
],
"description": "",
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "steamid",
"value": "",
"description": "The Steam ID to fetch items for",
"disabled": false,
"type": "text"
},
{
"key": "PromoID",
"value": "",
"description": "The promo ID to grant an item for",
"disabled": false,
"type": "text"
}
]
}
}
}
]
},
{
"name": "ITFSystem_440",
"item": [
Expand Down

0 comments on commit b566008

Please sign in to comment.