Add Clients

This commit is contained in:
2024-07-15 16:42:18 +01:00
parent f447cabed1
commit 29a8865bd5
2 changed files with 41 additions and 3 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ async fn main() {
sensitive::WORKSPACE_ID,
);
dbg!(api.get_projects().await);
dbg!(api.get_clients().await);
}