Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
Deprecated separate timeout param
Browse files Browse the repository at this point in the history
  • Loading branch information
alex7kom committed Dec 7, 2016
1 parent fee7963 commit 828bdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Options:
* `APIKey` is a Web API key for the account you use to trade. API key of another account won't work.
* `requestOptions` (optional) is a request `options` object. You can use it to configure timeout, proxy, etc. All available options are listed in [request docs](https://github.com/request/request#requestoptions-callback). This library uses some defaults:
* `timeout` is a number of milliseconds to wait for Steam servers to respond. Default is `30000`.
* `timeout` (optional) is a number of milliseconds to wait for Steam servers to respond. Default is `30000`. More information about timeouts can be found in [request docs](https://github.com/request/request#timeouts).
* **DEPRECATED** `timeout` (optional) is a number of milliseconds to wait for Steam servers to respond. Default is `30000`. More information about timeouts can be found in [request docs](https://github.com/request/request#timeouts).

`sessionID` and `webCookie` can be acquired using [node-steam](https://github.com/seishun/node-steam) with the [node-steam-weblogon plugin](https://github.com/Alex7Kom/node-steam-weblogon). `APIKey` can be obtained using [node-steam-web-api-key](https://github.com/Alex7Kom/node-steam-web-api-key).

Expand Down

0 comments on commit 828bdbc

Please sign in to comment.