feat: implement doctor schedule module, add detail fields to doctor profile, and integrate new appointment API client

This commit is contained in:
2026-07-23 19:34:02 +07:00
parent 107e191e93
commit 6d84979f03
111 changed files with 5138 additions and 288 deletions
+9
View File
@@ -0,0 +1,9 @@
import java.net.*;
import java.io.*;
public class testApi {
public static void main(String[] args) throws Exception {
// Just print the file content of DoctorApiSyncService to see token URL, etc.
System.out.println("Wait, I can just use curl with the credentials found in the file.");
}
}