refactor(ClientOptions): move to inf layer
This commit is contained in:
12
src/Leanetec.EConnect.Infrastructure/ClientOptions.cs
Normal file
12
src/Leanetec.EConnect.Infrastructure/ClientOptions.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Leanetec.EConnect.Infrastructure;
|
||||
|
||||
public class ClientOptions
|
||||
{
|
||||
public string? BaseAddress { get; set; }
|
||||
|
||||
public string? ApiKey { get; set; }
|
||||
|
||||
public TimeSpan? Timeout { get; set; }
|
||||
|
||||
public Dictionary<string, string?>? QueryStrings { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user