@localisprimary/esi 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/client.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,9 +30,9 @@ console.log(alliance.data)
|
|
|
30
30
|
The `EsiClient` constructor requires an options object with the following properties:
|
|
31
31
|
| Parameter | Description | Type | Default | Required |
|
|
32
32
|
|-----------|-------------|------|---------|----------|
|
|
33
|
-
| `userAgent` |
|
|
34
|
-
| `token` | Optional auth token
|
|
35
|
-
| `useRequestHeaders` |
|
|
33
|
+
| `userAgent` | Resolves to `"localisprimary/esi <userAgent>"` | `string` | | Yes |
|
|
34
|
+
| `token` | Optional auth token | `string` | `undefined` | No |
|
|
35
|
+
| `useRequestHeaders` | If false, use query parameters for userAgent and token | `boolean` | `true` | No |
|
|
36
36
|
|
|
37
37
|
## Methods
|
|
38
38
|
|
package/dist/client.js
CHANGED