mirror of
https://github.com/yawaflua/SPWorlds.git
synced 2025-12-09 20:19:35 +02:00
so many fixes
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user