Skip to content

Commit

Permalink
Update Steam Web API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SteamDB-Tracker committed Oct 3, 2024
1 parent 1bbed78 commit 428db7c
Showing 1 changed file with 132 additions and 0 deletions.
132 changes: 132 additions & 0 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -36002,6 +36002,119 @@
}
},
"IWishlistService": {
"AddToWishlist": {
"_type": "undocumented",
"version": 1,
"httpmethod": "POST",
"parameters": [
{
"name": "key",
"type": "string",
"optional": false,
"description": "Access key"
},
{
"name": "appid",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "navdata",
"type": "CUserInterface_NavData",
"optional": true,
"description": "",
"extra": [
{
"name": "domain",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "controller",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "method",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "submethod",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "feature",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "depth",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "countrycode",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "webkey",
"type": "uint64",
"optional": true,
"description": ""
},
{
"name": "is_client",
"type": "bool",
"optional": true,
"description": ""
},
{
"name": "curator_data",
"type": "CUserInterface_CuratorData",
"optional": true,
"description": "",
"extra": [
{
"name": "clanid",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "listid",
"type": "uint64",
"optional": true,
"description": ""
}
]
},
{
"name": "is_likely_bot",
"type": "bool",
"optional": true,
"description": ""
},
{
"name": "is_utm",
"type": "bool",
"optional": true,
"description": ""
}
]
}
]
},
"GetWishlist": {
"version": 1,
"httpmethod": "GET",
Expand Down Expand Up @@ -36069,6 +36182,25 @@
"optional": true
}
]
},
"RemoveFromWishlist": {
"_type": "undocumented",
"version": 1,
"httpmethod": "POST",
"parameters": [
{
"name": "key",
"type": "string",
"optional": false,
"description": "Access key"
},
{
"name": "appid",
"type": "uint32",
"optional": true,
"description": ""
}
]
}
},
"IWorkshopService": {
Expand Down

0 comments on commit 428db7c

Please sign in to comment.