-
Notifications
You must be signed in to change notification settings - Fork 0
getSchedule
JurijTSL edited this page Oct 24, 2020
·
1 revision
import tk.thesuperlab.jea.JEAClient;
Metoda getSchedule
se uporablja za pridobivanje urnika uporabnika.
jeaclient.getSchedule();
JEAToken token = new JEAToken("uporabniskoime", "geslo");
JEAClient client = new JEAClient(token);
//Izpišemo urnik
System.out.println(client.getSchedule());
Metoda vrne JSON String urnika.