Initialize the API client.
- Namespace
- Statiq
.Core - Containing Type
- ReadApi
<TClient>
Syntax
public ReadApi<TClient> WithClientInitialization(Action<TClient> init)
Parameters
| Name | Type | Description |
|---|---|---|
| init | Action |
An API client initialization action. |