HttpEdustryAction.cs 639 B

12345678910111213141516171819
  1. public class HttpEdustryAction
  2. {
  3. public static string LoginList = "/mr-endustry/v1/user/login/list";
  4. public static string Login = "/mr-endustry/v1/user/login";
  5. public static string InspectionList = "/mr-endustry/v1/project/inspectionList";
  6. public static string timestamp = "/mr-endustry/v1/user/timestamp";
  7. public static string projectTasks = "/mr-endustry/v1/project/tasks";
  8. public static string Token = "";
  9. public static string storage_projectCredential = "/mr-endustry/v1/storage/projectCredential";
  10. public static string storage_regionCredential = "/mr-endustry/v1/storage/regionCredential";
  11. }