mirror of
https://github.com/yawaflua/SPWorlds.git
synced 2025-12-09 20:19:35 +02:00
@@ -5,7 +5,7 @@ using System.Text.Json.Nodes;
|
|||||||
|
|
||||||
namespace SPWorldsApi.Payments
|
namespace SPWorldsApi.Payments
|
||||||
{
|
{
|
||||||
internal interface IPaymentWrapper
|
public interface IPaymentWrapper
|
||||||
{
|
{
|
||||||
HttpClient.HttpRequest client { get; set; }
|
HttpClient.HttpRequest client { get; set; }
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace SPWorldsApi.Users
|
namespace SPWorldsApi.Users
|
||||||
{
|
{
|
||||||
internal interface IUserWrapper
|
public interface IUserWrapper
|
||||||
{
|
{
|
||||||
HttpClient.HttpRequest client { get; set; }
|
HttpClient.HttpRequest client { get; set; }
|
||||||
internal async Task<string> SendRequest(string endpoint, HttpMethod method = null, object body = null)
|
internal async Task<string> SendRequest(string endpoint, HttpMethod method = null, object body = null)
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<PackageId>spworlds-api</PackageId>
|
<PackageId>spworlds-api</PackageId>
|
||||||
<Description>Библиотека, созданная для облегчения работы с API сайта spworlds.ru. Что-то добавить или обновить можно в github проекта.</Description>
|
<Description>Библиотека, созданная для облегчения работы с API сайта spworlds.ru . Что-то добавить или обновить можно в github проекта.</Description>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<Version>1.0.1</Version>
|
<Version>1.0.2</Version>
|
||||||
<Authors>yawaflua</Authors>
|
<Authors>yawaflua</Authors>
|
||||||
<Company>yawaflua</Company>
|
<Company>yawaflua</Company>
|
||||||
<RepositoryUrl>https://github.com/yawaflua/SPWorlds</RepositoryUrl>
|
<RepositoryUrl>https://github.com/yawaflua/SPWorlds</RepositoryUrl>
|
||||||
|
|||||||
Reference in New Issue
Block a user