diff --git a/Payments/IPaymentWrapper.cs b/Payments/IPaymentWrapper.cs index 46b55f2..fbb2ecb 100644 --- a/Payments/IPaymentWrapper.cs +++ b/Payments/IPaymentWrapper.cs @@ -5,7 +5,7 @@ using System.Text.Json.Nodes; namespace SPWorldsApi.Payments { - internal interface IPaymentWrapper + public interface IPaymentWrapper { HttpClient.HttpRequest client { get; set; } diff --git a/Users/IUserWrapper.cs b/Users/IUserWrapper.cs index d95443c..ecef471 100644 --- a/Users/IUserWrapper.cs +++ b/Users/IUserWrapper.cs @@ -10,7 +10,7 @@ using System.Threading.Tasks; namespace SPWorldsApi.Users { - internal interface IUserWrapper + public interface IUserWrapper { HttpClient.HttpRequest client { get; set; } internal async Task SendRequest(string endpoint, HttpMethod method = null, object body = null) diff --git a/spworlds-api.csproj b/spworlds-api.csproj index 370c2e0..f831846 100644 --- a/spworlds-api.csproj +++ b/spworlds-api.csproj @@ -6,9 +6,9 @@ enable enable spworlds-api - Библиотека, созданная для облегчения работы с API сайта spworlds.ru. Что-то добавить или обновить можно в github проекта. + Библиотека, созданная для облегчения работы с API сайта spworlds.ru . Что-то добавить или обновить можно в github проекта. MIT - 1.0.1 + 1.0.2 yawaflua yawaflua https://github.com/yawaflua/SPWorlds