diff --git a/ProjectClock/Net.swift b/ProjectClock/Net.swift index 15162ea..271f4c7 100644 --- a/ProjectClock/Net.swift +++ b/ProjectClock/Net.swift @@ -97,6 +97,17 @@ class APIs */ static let downloadConfig = API(loc: "/backup/download") + /** + Get family info for this account + + ## Parameters (Besides from username and password) + None + + ## Returns + Family object + */ + static let familyGet = API(loc: "/family/get") + /** Create a family