Added API endpoints classes for all CFCore web API endpoints.
A few have not been implemented.
This commit is contained in:
10
CFCoreAPI/Endpoints/Mods/ModsAPI.cs
Normal file
10
CFCoreAPI/Endpoints/Mods/ModsAPI.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace CFCoreAPI.Endpoints.Mods
|
||||
{
|
||||
public class ModsAPI : APIBase
|
||||
{
|
||||
public ModsAPI(HttpClient httpClient) : base(httpClient)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user