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