You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Client` constructor accepts a single object as it's argument, and the following keys can be used to configure that client instance:
@@ -95,7 +103,7 @@ log: {
95
103
}
96
104
```
97
105
98
-
Unless a constructor is specified, this sets the output settings for the bundled logger. See [setting up logging](TODO: detail logging why) for more information.
106
+
Unless a constructor is specified, this sets the output settings for the bundled logger. See [setting up logging](docs/setting_up_logging.md) for more information.
99
107
100
108
### connectionClass
101
109
Type: `String`, `Constructor`
@@ -148,7 +156,7 @@ Type: `Number`
148
156
149
157
Defailt: `3`
150
158
151
-
How many times should the client try to connect to other nodes before returning a [ConnectionFault](TODO: error types) error. (see [node death](#node-death))
159
+
How many times should the client try to connect to other nodes before returning a [ConnectionFault](docs/error.md#connectionfault) error. (see [node death](#node-death))
152
160
153
161
### timeout
154
162
Type: `Number`
@@ -202,7 +210,7 @@ The number of milliseconds this request has to complete. It defaults to the time
202
210
203
211
### Methods
204
212
205
-
All the methods can be seen [here](TODO: api docs), or take a look at [api.js](src/lib/api.js).
213
+
All the methods can be seen [here](docs/api.md), or take a look at [api.js](src/lib/api.js).
0 commit comments