Add API for FileServiceRequests (#8)
* add paths to api * add queue request dto * update api for pathing * update pathing again * update api Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com> Co-authored-by: Stanley Dimant <stanley.dimant@varian.com>
This commit is contained in:
@@ -10,17 +10,9 @@ namespace MareSynchronos.API
|
||||
Warning,
|
||||
Error
|
||||
}
|
||||
|
||||
public class MareAuth
|
||||
{
|
||||
public const string Auth = "/auth";
|
||||
public const string AuthCreate = "create";
|
||||
public const string AuthCreateIdent = "createWithIdent";
|
||||
public static string AuthFullPath = Auth + "/" + AuthCreateIdent;
|
||||
}
|
||||
public interface IMareHub
|
||||
{
|
||||
const int ApiVersion = 17;
|
||||
const int ApiVersion = 18;
|
||||
const string Path = "/mare";
|
||||
|
||||
Task FilesAbortUpload();
|
||||
|
||||
Reference in New Issue
Block a user