[+] Add familyGet API
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user