Ionite
9 months ago
2 changed files with 14 additions and 2 deletions
@ -1,6 +1,10 @@
|
||||
namespace StabilityMatrix.Core.Api; |
||||
using Refit; |
||||
|
||||
namespace StabilityMatrix.Core.Api; |
||||
|
||||
public interface IApiFactory |
||||
{ |
||||
public T CreateRefitClient<T>(Uri baseAddress); |
||||
|
||||
public T CreateRefitClient<T>(Uri baseAddress, RefitSettings refitSettings); |
||||
} |
||||
|
Loading…
Reference in new issue