mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2026-08-19 13:13:28 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa8d897590 | ||
|
|
f7fe587312 |
@@ -261,7 +261,10 @@ function request(community, url, key, time, tag, params, json, callback) {
|
||||
var req = {
|
||||
method: url == 'multiajaxop' ? 'POST' : 'GET',
|
||||
uri: 'https://steamcommunity.com/mobileconf/' + url,
|
||||
json: !!json
|
||||
json: !!json,
|
||||
headers: {
|
||||
'user-agent': 'okhttp/4.9.2'
|
||||
}
|
||||
};
|
||||
|
||||
if (req.method == 'GET') {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "steamcommunity",
|
||||
"version": "3.50.2",
|
||||
"version": "3.50.3",
|
||||
"description": "Provides an interface for logging into and interacting with the Steam Community website",
|
||||
"files": [
|
||||
"/classes",
|
||||
|
||||
Reference in New Issue
Block a user