Conversation
# Conflicts: # index.js # package.json
|
How about: TODO - merge or close open pull requests |
|
C'mon dude, you can do this! Don't give up |
|
Other TODO suggestions:
I could perhaps help out, but only if it's going to be accepted. I hate having my PR's rejected. |
# Conflicts: # components/confirmations.js # components/groups.js # components/market.js # package.json
|
I highly suggest setting up ESLint, so you don't have to format each file manually. ESLint can format on-save and fix formatting rules. |
# Conflicts: # components/http.js # components/users.js # package.json
While |
|
https://github.com/DoctorMcKay/node-stdlib/blob/master/src/lib/http/client/HttpClient.ts I just made this today because I'm tired of not having full control over the HTTP stack. I don't want to get invested in some library and then find out that I can't do something like streamed uploads or whatever. |
# Conflicts: # components/confirmations.js # components/inventoryhistory.js # components/twofactor.js # components/users.js # components/webapi.js # index.js # package.json
|
6 years in the making. time flies :P |
Breaking Changes
getInventoryHistorymethodgetWebApiOauthTokenmethodSteamCommunity.ConfirmationTypeis now accessible asSteamCommunity.EConfirmationTypeSteamCommunityconstructor where the first argument could belocalAddressrather than anoptionsobjectrequestdependencyhttpRequesthas new behavior nowhttpRequestGetandhttpRequestPosthave been removedgetConfirmationsnow uses 'list' instead of 'conf'getConfirmationOfferIDnow uses 'detail' instead of 'details'respondToConfirmationandCConfirmation#respondnow use 'reject' and 'accept' instead of 'cancel' and 'allow'acceptAllConfirmationsnow useslistandacceptloginnow uses steam-session internally, and only returns a promise (no callback support)TODO
Code cleanupSwitch from request to axios or got