feat(ClientOptions): add BaseAddress and Timeout
This commit is contained in:
parent
8db4b6e15a
commit
8c6719f516
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
public class ClientOptions
|
public class ClientOptions
|
||||||
{
|
{
|
||||||
public int ApiVersion { get; set; } = 1;
|
public string? BaseAddress { get; set; }
|
||||||
|
|
||||||
public string? ApiKey { get; set; }
|
public string? ApiKey { get; set; }
|
||||||
|
|
||||||
|
public TimeSpan? Timeout { get; set; }
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user