Merge branch 'develop' of dev.sys.reslate.xyz:ydeng/cfcoreapi into develop
This commit is contained in:
commit
244a207a17
@ -8,12 +8,12 @@ using CFCoreAPI.Endpoints.Mods;
|
||||
|
||||
namespace CFCoreAPI
|
||||
{
|
||||
public class CFCoreAPI
|
||||
public class CFCore
|
||||
{
|
||||
private readonly string _apiKey;
|
||||
public HttpClient HttpClient { get; private set; }
|
||||
|
||||
public CFCoreAPI(string key)
|
||||
public CFCore(string key)
|
||||
{
|
||||
this._apiKey = key;
|
||||
this.HttpClient = new HttpClient();
|
||||
|
Loading…
Reference in New Issue
Block a user