You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static void main(String[] args) { System.out.println("test"); PteroUserAPI api = new PteroUserAPI("https://ptero.correct.url", "ptero.correct.api.token"); System.out.println(api.getServersController().getServers()); }
As soon as I run this code, it just shuts down and nothing appears on the console
I apologize for the terrible formatting here of the issue on github, I have no experience
The text was updated successfully, but these errors were encountered:
public static void main(String[] args) {
System.out.println("test");
PteroUserAPI api = new PteroUserAPI("https://ptero.correct.url", "ptero.correct.api.token");
System.out.println(api.getServersController().getServers());
}
As soon as I run this code, it just shuts down and nothing appears on the console
I apologize for the terrible formatting here of the issue on github, I have no experience
The text was updated successfully, but these errors were encountered: