78 public const string File =
"File";
113 public const string List =
"List";
126 public static string SetID(
string route,
long id) =>
$"{route}/{id}";
143 if (
path.Length == 0 ||
path[0] !=
'/')
Routes to a server actions.
static string SetID(string route, long id)
Apply an id postfix to a route .
const string User
The user controller.
const string InstanceManager
The Models.Instance controller.
const string Administration
The server administration controller.
static string ListRoute(string route)
Get the /List postfix for a route .
static string SanitizeGetPath(string path)
Sanitize a Models.Response.FileTicketResponse path for use in a GET Uri.
const string DreamDaemon
The DreamDaemon controller.
const string GraphQL
The GraphQL route.
const string Diagnostics
For accessing DD diagnostics.
const string HubsRoot
The root route of all hubs.
const string UserGroup
The user group controller.
const string List
The postfix for list operations.
const string Chat
The chat bot controller.
const string File
To be paired with Configuration for accessing Models.IConfigurationFiles.
const string Repository
The git repository controller.
const string Jobs
The jobs controller.
const string Configuration
The configuration controller.
const string ApiRoot
The root of API methods.
const string JobsHub
The root route of all hubs.
const string ConfigurationFile
Full combination of Configuration and File.
const string Transfer
The transfer controller.
const string Engine
The engine controller.
const string DreamMaker
The deployment controller.
const string InstancePermissionSet
The instance permission set controller.
const string Logs
The endpoint to download server logs.