From 9c21cb61e3ba30721ac0856def9363bc1561e8fd Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 24 Jan 2021 19:50:26 -0500 Subject: [PATCH] [+] Add familyGet API --- ProjectClock/Net.swift | 11 +++++++++++ 1 file changed, 11 insertions(+) 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