so many fixes

This commit is contained in:
Dima yawaflua Andreev
2024-06-26 02:16:36 +03:00
parent 83ff36afd1
commit 6738ea72ce
4 changed files with 5 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ using System.Threading.Tasks;
namespace SPWorldsApi.Users
{
public interface IUserWrapper
public class UserWrapper
{
HttpClient.HttpRequest client { get; set; }
internal async Task<string> SendRequest(string endpoint, HttpMethod method = null, object body = null)