Revadike
868ce9cdb4
Added missing functions
2019-04-05 00:10:00 +02:00
Hongarc
a0ad33d5eb
Add comment group
2018-10-20 13:29:52 +07:00
Alex Corn
458d7b6db1
Renamed getProfileBackground to getUserProfileBackground and added it to CSteamUser
2018-07-10 23:28:26 -04:00
Alex Corn
913dff68ef
Fixed crashes if somehow market items are really broken ( fixes #197 )
2018-04-10 01:06:52 -04:00
Alex Corn
754847ee88
Make CMarketItem not broken for non-CSGO apps ( fixes #196 )
2018-04-10 01:01:03 -04:00
Alex Corn
b3dfdd47d8
Fixed missing brace
2017-12-26 16:32:04 -05:00
Jason Vaillancourt
dc2e5d09a7
Merge branch 'master' into groupcomments
2017-08-20 20:13:41 -04:00
Alexander Corn
a51973c9b9
Added CSteamGroup methods for group-join requests
2017-08-06 19:11:21 -04:00
Jarzon
f7ebe68bd8
Adding .deleteComment()
2017-02-08 15:08:34 -05:00
Jarzon
444649ee8c
Adding .getAllComments()
2017-01-31 06:16:38 -05:00
Alexander Corn
d1906a2c83
Fallback to the default "?" avatar if we don't have a hash ( fixes #151 )
2017-01-04 00:10:11 -05:00
Alexander Corn
489c0441a5
Restore market_fee_app property to CEconItem for Steam Community items
2016-12-15 00:53:26 -05:00
Alexander Corn
d120d09970
Fixed tag data to be identical to old endpoint
2016-12-13 01:53:30 -05:00
Alexander Corn
88b0495386
Renamed getUserInventory, added back old one and marked it as deprecated
2016-12-13 01:32:17 -05:00
Alexander Corn
9a3cf927c0
Fixed some more currency detection
2016-12-13 01:28:48 -05:00
Alexander Corn
06df0ecd42
Handle currencies with new endpoint's data in CEconItem
2016-12-13 00:45:23 -05:00
João Silva
b789e13a70
Update inventory loading endpoint ( #148 )
...
* Update inventory loading endpoint
Should fix 429s :)
* Fix missing contextID parameter at CEconItem class
* Revert "Fix missing contextID parameter at CEconItem class"
This reverts commit 416321105b
.
* Revert "Revert "Fix missing contextID parameter at CEconItem class""
This reverts commit 49ecd46954
.
* Update #1
2016-12-13 00:23:02 -05:00
Alexander Corn
ce4d7ae026
Pull trade offer ID directly from listing page
2016-09-08 19:23:15 -04:00
Alexander Corn
153011e1c9
Make _community non-enumerable on CConfirmation
2016-07-13 13:11:56 -04:00
Andrew Dassonville
89a1df67ec
Add ability to get user aliases
2016-07-06 16:20:42 -07:00
Alexander Corn
57fa7a679f
Fixed market search results including query string ( fixes #113 )
2016-07-01 18:29:56 -04:00
Alexander Corn
446e315183
Fixed market search result prices being horribly wrong
2016-07-01 18:27:39 -04:00
Alexander Corn
60e0e63a92
Fixed marketSearch ( fixes #112 )
2016-06-27 16:56:16 -04:00
Luke
17e5b94782
Added deleting events in CSteamGroup ( #109 )
...
* Added deleteEvent()
* Added deleteGroupEvent()
2016-06-21 22:39:23 -04:00
Luke Henke
c970eee9d3
Added editing events to CSteamGroup
2016-06-14 20:29:11 -06:00
Alexander Corn
b761b8108b
Check properties instead of SteamID proto ( fixes #90 )
2016-03-08 01:23:31 -05:00
Alexander Corn
1032b1f832
Removed now-unnecessary _checkHttpError and _checkCommunityError calls
2016-03-04 23:59:49 -05:00
Alexander Corn
1028c4193f
Added HTTP source
2016-03-04 19:35:04 -05:00
Alexander Corn
eecd682033
Added unified interface for HTTP requests with pre/post hooks
2016-03-04 18:26:47 -05:00
Alexander Corn
7792969cae
Merge pull request #54 from Mikxail/bugfix-market-item-price
...
bugfix market-item price
2016-02-29 16:44:17 -05:00
Arkadiusz Sygulski
defbd347cc
Fix for issue #75
...
In received XML there's `isPrimary="0"`, which mostly likely causes the problem, which results the last group in xml to be set as primary.
This should fix it.
2016-01-25 11:35:22 +01:00
Alexander Corn
f1bbfc4901
Removed unused arguments from CSteamGroup#deleteAnnouncement
2016-01-17 19:19:04 -05:00
Shaun Barratt
27ef78cc4b
Added ability to deleteAnnoucement
2016-01-17 02:27:11 +00:00
Shaun Barratt
4223d88fd1
Catching HTTP errors properly
...
Specifying the Group in getAllGroupAnnouncements
Removing unnecessary comments
Made the callback for getAllGroupAnnouncements mandatory
2016-01-16 18:39:04 +00:00
Shaun Barratt
ac02f6cb49
Added getAllAnnouncements
...
Added example on how to use it
2016-01-16 00:06:42 +00:00
Shaun Barratt
d84601e256
Adding the whitespace back (blame atom.io!)
...
Converting spaces to tabs.
2016-01-15 21:28:43 +00:00
Shaun Barratt
4152865f5e
Adding ability to edit an annoucement.
...
Added an example.
2016-01-15 17:48:57 +00:00
mikxail
26f27e2698
remove unused price calculating block
...
and fix lowestPrice value
2016-01-05 21:58:49 +03:00
Mikhail Konovalov
eae78aab93
remove options argument for updatePrice method
2015-12-28 15:58:31 +03:00
Mikhail Konovalov
318f9ab2b4
bugfix call performSearch
2015-12-27 16:53:15 +03:00
Mikhail Konovalov
5c2894a7d4
bugfix market-item price
...
and add currency option for .getMarketItem(appid, hashName, currency, cb)
2015-12-27 16:51:11 +03:00
Alexander Corn
1f69d1fc04
CEconItem: is_currency is bool, fraudwarnings/descriptions are arrays
2015-12-21 14:22:07 -05:00
Alexander Corn
b54ccff7c8
Added confirmations
2015-12-02 21:31:17 -05:00
Alexander Corn
deec5c52a4
Fixed isLimitedAccount and vacBanned ( fixes #12 )
2015-11-27 01:32:12 -05:00
Alexander Corn
c26e548c64
Fixed some dumb code
2015-10-04 19:46:38 -04:00
Joris
cd68841d1d
Fix getInventory issue
2015-10-04 23:28:40 +02:00
Joris
5853968661
Fix CSteamUser constructor
2015-10-04 23:20:30 +02:00
Alexander Corn
4e1453e702
Better handling for missing items in user XML
2015-09-20 00:49:42 -04:00
Alexander Corn
2890b70add
Actually fixed the previous issue
2015-09-20 00:33:24 -04:00
Alexander Corn
3d566ed0fb
Return an error if we get invalid XML when getting a CSteamUser
2015-09-19 23:35:01 -04:00