Skip to content

Commit c285d8e

Browse files
committed
Merge branch 'docs'
2 parents e73f51b + 8164b66 commit c285d8e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/docs/configure.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@ The IssuuSDK does not currently support generating authentication tokens. To gen
3030

3131
:::
3232

33-
For a complete list of available settings, please [click here](/docs/reference/settings)
33+
The app configuration is mapped to the `IssuuSettings` type, which supports the following properties:
34+
35+
| Property | Type | Default Value | Notes |
36+
| --- | --- | --- | --- |
37+
| `Token` | `string` | `null` | Your authentication token |
38+
| `BaseUrl` | `string` | https://api.issuu.com/v2 | The base URL for the Issuu API |
39+
| `CaptureRequestContent` | `bool` | `false` | If enabled, each request will capture the request content |
40+
| `CaptureResponseContent` | `bool` | `false` | If enabled, each request will capture the response content |
3441

3542
### Service registration
3643
To add IssuuSDK services to your Dependency Injection container, you need to add a call to `AddIssuu()` to your `IServiceCollection`. There are a few _flavours_ of a .NET app, so you'll need to decide which one you are using

0 commit comments

Comments
 (0)