feat(api): RobotController get all
This commit is contained in:
@@ -78,6 +78,11 @@
|
||||
public const string templateId = "{templateId}";
|
||||
}
|
||||
|
||||
public static class Robot
|
||||
{
|
||||
public const string GetAll = Base + "/robots/";
|
||||
}
|
||||
|
||||
public static class RobotHistory
|
||||
{
|
||||
public const string GetAll = Base + "/robot-histories/";
|
||||
|
||||
Reference in New Issue
Block a user