10 lines
314 B
Java
10 lines
314 B
Java
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.");
|
|
}
|
|
}
|