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