Added endpoint handling there
This commit is contained in:
8
TOOHUCardAPI/Models/PlayerDataRequestObjects.cs
Normal file
8
TOOHUCardAPI/Models/PlayerDataRequestObjects.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace TOOHUCardAPI.Models
|
||||
{
|
||||
public class PlayerDataRequestObject
|
||||
{
|
||||
public string Method { get; set; }
|
||||
public string[] Ids { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user