Merge branch 'main' of github.com:hykilpikonna/ProjectClock into main

This commit is contained in:
Aaron
2021-01-13 15:21:41 -05:00
2 changed files with 22 additions and 0 deletions
+22
View File
@@ -45,6 +45,28 @@ class APIs
*/
static let delete = API<String>(loc: "/user/delete")
/**
Upload curent config to the cloud.
## Parameters
- config: The config json
## Returns
Success or error
*/
static let uploadConfig = API<String>(loc: "/backup/upload")
/**
Download the config from the cloud.
## Parameters
None
## Returns
Config Json
*/
static let downloadConfig = API<String>(loc: "/backup/download")
private init() {}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB