[+] Add familyGet API

This commit is contained in:
Hykilpikonna
2021-01-24 19:50:26 -05:00
parent ff9844ae61
commit 9c21cb61e3
+11
View File
@@ -97,6 +97,17 @@ class APIs
*/
static let downloadConfig = API<String>(loc: "/backup/download")
/**
Get family info for this account
## Parameters (Besides from username and password)
None
## Returns
Family object
*/
static let familyGet = API<Family>(loc: "/family/get")
/**
Create a family