Releases: OPSkins/node-opskins-api
Releases · OPSkins/node-opskins-api
v1.5.1
- Fixed
depositInventory
expecting a json string input instead of a proper object (thanks @rosshadden in PR #17)
v1.5.0
- Added many new methods
v1.4.2
- Fixed crashes caused by network errors
v1.4.1
- Added
updateTradeURL
- Fixed API key being sent with
getLowestPrices
when it's more efficient to omit it
v1.4.0
- Added
bumpItems
method - Updated
ErrorCode
v1.3.1
- Fixed non-200 HTTP responses preventing Node.js from exiting
v1.3.0
- Added
getBotList
(thanks @StevePavlin in PR #3) - Updated
getPriceList
to use API method v2 (it's been made backwards-compatible in this module) - Added
returnItems
- Added support for supplying a custom HTTPS Agent (defaults to using a
keepAlive
agent) - Added
queryLimit
event
v1.2.0
- Added
getInventory
- Added
withdrawInventoryItems
- Added
editPrices
- Added
search
- Added
buyItems
v1.1.0
- Added
getActiveTradeOffers
v1.0.0
- Initial release