API
This commit is contained in:
@@ -27,6 +27,20 @@
|
||||
public const string Metrics = Base + "/metrics";
|
||||
}
|
||||
|
||||
public static class Scheduler
|
||||
{
|
||||
public const string GetAll = Base + "/schedulers/";
|
||||
|
||||
public const string GetByIp = Base + "/schedulers/ip/";
|
||||
//public const string Get = Base + "/schedulers/" + getParam;
|
||||
|
||||
//public const string GetAreas = Base + "/schedulers/" + getParam + "/areas";
|
||||
//public const string GetPlaces = Base + "/schedulers/" + getParam + "/places";
|
||||
//public const string GetTemplates = Base + "/schedulers/" + getParam + "/templates";
|
||||
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
//public static class Layer
|
||||
//{
|
||||
// public const string GetAll = Base + "/layers/";
|
||||
@@ -37,6 +51,7 @@
|
||||
// public const string GetTemplates = Base + "/layers/" + getParam + "/templates";
|
||||
|
||||
// public const string getParam = "{id}";
|
||||
//}
|
||||
//
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user